get_forecast
Retrieve a 7-day weather forecast for any city, including daily high/low temperatures, precipitation, and weather codes.
Instructions
Get a 7-day weather forecast for any city.
Uses Open-Meteo (free, no key) after geocoding the city via Nominatim.
Returns daily high/low temps, precipitation, and weather codes.
Parameters:
city — City name to get forecast for (required), e.g. "London".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |