get_current_weather
Retrieve current weather conditions for any city, including temperature, humidity, wind speed, and weather description.
Instructions
Get current weather conditions for a specific city. Returns temperature, humidity, wind speed, weather description, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name (e.g., 'London', 'New York', 'Tokyo') | |
| country_code | No | Optional 2-letter country code (e.g., 'US', 'GB', 'IN') |