nws_observation_history
Retrieve recent weather observation history from a station using its ICAO code. Get temperature, wind, humidity, and more, with optional start and end date filters for specific periods.
Instructions
Get recent observation history from a weather station. Returns multiple observations with temperature, wind, humidity, etc. Optionally filter by date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date/time ISO 8601 | |
| limit | No | Max observations (default 24) | |
| start | No | Start date/time ISO 8601 (e.g. '2025-01-01T00:00:00Z') | |
| station_id | Yes | Station ICAO code (e.g. 'KJFK', 'KLAX') |