get_weather
Retrieve current weather conditions for any city to support travel planning and weather queries.
Instructions
Get the current weather for a city.
Args: city: Name of the city (e.g., "Toronto", "London", "Tokyo")
Returns: A formatted string with current weather conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |