nws_forecast_hourly
Get hourly weather forecasts for any U.S. location using grid coordinates or latitude/longitude. Returns temperature, wind, and conditions for each hour.
Instructions
Get hourly weather forecast. Provide EITHER (office + grid_x + grid_y) from a point lookup, OR (latitude + longitude) to auto-resolve. Returns hourly periods with temperature, wind, and conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid_x | No | Grid X coordinate from point lookup | |
| grid_y | No | Grid Y coordinate from point lookup | |
| office | No | NWS office code (e.g. 'OKX', 'LAX') | |
| latitude | No | Latitude — auto-resolves grid if office not provided | |
| longitude | No | Longitude — auto-resolves grid if office not provided |