get_forecast
Retrieve daily weather forecast for given latitude and longitude coordinates, with forecast length from 1 to 16 days.
Instructions
Get the daily weather forecast for a set of coordinates.
This tool does not accept city names. To look up a city, call geocode_city first and pass its latitude and longitude here.
Args: latitude: Degrees north, e.g. 39.74 for Denver. longitude: Degrees east, e.g. -104.98 for Denver. days: How many days ahead to forecast, 1 to 16.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | ||
| units | Yes | ||
| timezone | Yes |