get_daily_forecast
Get multi-day weather forecasts with daily highs, lows, precipitation, and wind for any global location, covering 1–16 days either from today or for a specified date range.
Instructions
Get a multi-day weather forecast for a location.
Always served by Open-Meteo (worldwide, including Austria), covering 1–16
days with daily highs/lows, precipitation, and wind. Request either a count
of days from today (``days``) or an explicit calendar range
(``start_date``/``end_date``).
Args:
latitude: Decimal latitude (e.g. 48.2208 for Vienna). Geocode city
names to coordinates yourself.
longitude: Decimal longitude (e.g. 16.3738 for Vienna).
days: Number of forecast days from today (default 7, clamped to 1–16).
Ignored when start_date/end_date are given.
start_date: Optional first forecast day as an ISO date (YYYY-MM-DD).
For a named period like "the weekend" or "next Tuesday", call
GetDateTime first and pass the exact calendar dates here instead of
converting the period into a day count.
end_date: Optional last forecast day, inclusive (YYYY-MM-DD); defaults
to start_date (a single day). The range is capped at 16 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| end_date | No | ||
| latitude | Yes | ||
| longitude | Yes | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |