nws_forecast
Retrieve 7-day weather forecasts with temperature, wind, and conditions. Provide NWS office/grid coordinates or latitude/longitude to get the forecast.
Instructions
Get 7-day weather forecast. Provide EITHER (office + grid_x + grid_y) from a point lookup, OR (latitude + longitude) to auto-resolve. Returns forecast 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'). Required if not using lat/lon. | |
| latitude | No | Latitude — auto-resolves grid if office not provided | |
| longitude | No | Longitude — auto-resolves grid if office not provided |