track-conflict-events
Use this skill when the user asks about recent armed-conflict activity — where fighting happened, between whom, and with what fatality estimates. Events are UCDP-sourced, geolocated, and paginated.
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/conflict/v1/list-ucdp-events
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
country | query | no | country name (e.g. Sudan) | Filters to one country. |
start / end | query | no | ISO date (2026-06-01) | Date-range bounds. |
page_size | query | no | integer | Page size; response carries a pagination cursor. |
cursor | query | no | opaque string | From the previous page's pagination. |
jmespath | query | no | JMESPath expression, ≤ 1024 chars | Server-side projection. |
Response shape
{
"events": [
{
…