track-climate-hazards
Use this skill when the user asks about current climate-linked hazards, disaster events, or environmental disruption. Start with list-climate-disasters for event records, then use anomalies or climate news when the user needs broader context.
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.
Endpoints
GET https://api.worldmonitor.app/api/climate/v1/list-climate-disasters
GET https://api.worldmonitor.app/api/climate/v1/list-climate-anomalies
GET https://api.worldmonitor.app/api/climate/v1/list-climate-news
Parameters
list-climate-disasters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
page_size | query | no | integer 1-100 | Maximum disasters per page. |
cursor | query | no | string | Cursor from prior page. |
jmespath | query | no | JMESPath, <= 1024 chars | Server-side projection, e.g. `disasters[:10].{type: type, country: co… |