get_weather_forecast
Retrieve a 5-day weather forecast for any city. Provide the city name and optionally set the forecast duration (1-5 days).
Instructions
Get 5-day weather forecast for a location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to forecast (1-5) | |
| location | Yes | City name (e.g., 'London', 'New York') |