get_global_weather
Retrieve current weather conditions for any city worldwide using city name and optional country code.
Instructions
Get current weather for any city worldwide (requires OPENWEATHER_API_KEY).
Args:
city: City name (e.g., 'London', 'Tokyo', 'Paris')
country_code: Optional 2-letter country code (e.g., 'GB', 'JP', 'FR')
Returns:
Current weather conditions for the city
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| country_code | No |