NOAA 7-Day Forecast (US)
noaa.weather.forecastRetrieve a 7-day weather forecast for US locations by latitude and longitude. Get detailed day and night periods including temperature (°F), precipitation chance, wind speed, wind direction, and forecast text from NOAA.
Instructions
Get 7-day weather forecast for a US location by latitude/longitude. Returns day and night periods with temperature (°F), precipitation chance, wind speed/direction, and detailed forecast text. Powered by NOAA National Weather Service (api.weather.gov). US contiguous only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees (US contiguous only: 24–50) | |
| longitude | Yes | Longitude in decimal degrees (US contiguous only: −125 to −66) |
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. |