NCEI Daily Climate Data
ncei.climate.daily_dataRetrieve historical daily weather observations from NOAA NCEI — max/min temperature, precipitation, snowfall, wind speed — for any global station with 260+ years of records. Specify station ID and date range to get data in standard units.
Instructions
Retrieve historical daily weather observations from NOAA NCEI — max/min temperature, precipitation, snowfall, wind speed. 260+ years of records from global stations. Values in tenths of °C (temp) and tenths of mm (precip). Source: GHCND dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_id | Yes | NCEI station ID (e.g. GHCND:USW00094728 for Central Park, NY). Get from ncei.stations tool. | |
| start_date | Yes | Start date in YYYY-MM-DD format (e.g. 2025-01-01) | |
| end_date | Yes | End date in YYYY-MM-DD format (e.g. 2025-01-31). Max 1 year range. | |
| datatypes | No | Comma-separated data types: TMAX (max temp), TMIN (min temp), PRCP (precipitation), SNOW, AWND (avg wind). Default: all. |
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. |