get_weather
Get current weather for any city by name, returning temperature, humidity, and conditions to help plan your day.
Instructions
Get current weather for a city.
Args: city: City name (e.g. London, Chennai, New York)
Returns: Weather details including temperature, humidity, and conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||