weather_forecast
Get a multi-day weather forecast for a US location by latitude/longitude (National Weather Service). Returns named periods (Today, Tonight, ...) with temperature, wind, and a short + detailed forecast. Use geocode first if you only have an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees, e.g. 36.1867. US coverage only (National Weather Service). | |
| lon | Yes | Longitude in decimal degrees, negative in the western hemisphere, e.g. -94.1288. | |
| hourly | No | If true, return the hourly forecast instead of daily periods. |