NOAA Hourly Forecast (US)
noaa.weather.hourlyGet hourly weather forecasts for the next 48 hours for any US contiguous location by providing latitude and longitude. Returns temperature (°F), precipitation chance, wind speed/direction, and conditions per hour.
Instructions
Get hourly weather forecast (next 48 hours) for a US location by latitude/longitude. Returns temperature (°F), precipitation chance, wind speed/direction, and short conditions per hour. Powered by NOAA National Weather Service. 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. |