get_forecast
Retrieve a weather forecast for any location using latitude and longitude coordinates.
Instructions
Get weather forecast for a location.
Args:
latitude: Latitude of the location
longitude: Longitude of the location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| periods | Yes | The forecast periods, soonest first | |
| latitude | Yes | Latitude the forecast is for | |
| longitude | Yes | Longitude the forecast is for |