get_weather
Retrieve current weather conditions or forecast for any city. Specify the city name and optionally forecast days up to 7.
Instructions
Get current weather or forecast for a city.
Args: city: The city name to get weather for forecast_days: Number of days for forecast (0 for current weather only, max 7)
Returns: Weather information as a formatted string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| forecast_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |