check-forecast-signals
Use this skill when the user asks for current probabilistic forecasts, scenario probabilities, forecast drivers, or calibration context. Start with get-forecasts; use the scorecard when the user asks whether the forecast system has been accurate.
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://worldmonitor.app/api/forecast/v1/get-forecasts
GET https://worldmonitor.app/api/forecast/v1/get-forecast-scorecard
Parameters
get-forecasts
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
domain | query | no | conflict, market, supply_chain, political, military, cyber, infrastructure | Forecast domain filter. Unsupported values return an empty non-degraded set. |
region | query | no | string | Geographic or thematic region filter. |
jmespath | query | no | JMESPath, <= 1024 chars | Server-side project… |