fetch-news-digest
Use this skill when the user asks what's happening in the news — the latest headlines overall, by category (geopolitics, tech, finance, commodities…), or in a specific language. This is World Monitor's core surface: one call returns the aggregated output of the curated RSS catalog, already de-duplicated, categorized, and threat-classified.
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://worldmonitor.app/api/news/v1/list-feed-digest
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
variant | query | no | full, tech, finance, happy, commodity | Selects the feed set. Unsupported variants (including energy) fall back to full. |
lang | query | no | ISO 639-1 (en, fr, ar, …) | Language edition of the feed set. |
jmespath | query | no | JMESPath expression, ≤ 1024 chars | The digest is large — p… |