get_daily_forecast
Retrieve daily weather forecasts for cities worldwide for up to 7 days ahead, providing location information and temperature, precipitation, and condition data.
Instructions
Get a simple daily weather forecast for the next N days for a city.
Args: city: City name, e.g. "Berlin". country: Optional country filter, e.g. "DE" or "Germany". days: Number of days to include (1–7).
Returns: A JSON object with location info and an array of daily forecasts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| country | No | ||
| days | No |