get_climate_data
Climate intelligence: temperature/precipitation anomalies (vs 30-year WMO normals), climate-relevant disaster alerts (Re
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Cap each list dataset (anomalies, disasters, stations, news, alerts) to at most this many items (default 30, pass 0 for no cap). | |
| country | No | Filter the country-tagged datasets (climate disasters, air-quality stations) to one ISO 3166-1 alpha-2 code. | |
| dataset | No | Restrict the response to one or more climate sub-datasets. Omit for the full bundle. | |
| summary | No | Return counts + 3-item samples instead of full lists. Useful when you only need shape/size or want to budget context before drilling in. | |
| jmespath | No | Optional JMESPath projection applied to the response. See initialize.instructions for grammar and examples. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| stale | Yes | True when any contributing cache key fails its freshness contract: fetched longer ago than its per-key maxStaleMin budget, below a declared minRecordCount, or — for keys that declare a content-age contract — carrying upstream observations older than maxContentAgeMin even though the fetch itself is recent. A recent cached_at with stale:true means the fetch is current but the underlying data has stopped advancing, so refetching will not help. | |
| cached_at | Yes | ISO-8601 timestamp of the OLDEST contributing cache key, or null when no valid seed-meta is present. | |
| activationUnknown | No | Optional. True when an activation marker this tool consults could not be read, so `stale` was computed without knowing whether the producer has ever published. Distinguishes an unreadable marker from a producer that genuinely never ran — the same signal /api/health and /api/seed-health publish under this name. | |
| contentFreshnessPendingUntil | No | Optional ISO-8601 deadline while a cleanly absent content-freshness block is temporarily covered by deployment-order grace. |