Global Temperature Anomaly
climate.indicators.temperatureRetrieve global surface temperature anomalies from NASA GISS. Access monthly readings since 1880, expressed in °C relative to the 1951-1980 baseline. Default returns last 10 years; specify 1-50 years for custom range.
Instructions
Global surface temperature anomaly from NASA GISS — monthly readings since 1880. Values in °C vs 1951-1980 baseline. Returns last 10 years by default (adjustable 1-50). Source: NASA Goddard Institute for Space Studies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No | Number of years of data to return (1-50, default 10). Data is monthly. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |