get_weather
Fetch current weather conditions for any city. Returns temperature, wind speed, weather code, and conditions.
Instructions
Get current weather conditions for any city.
Uses Open-Meteo (free, no key) after geocoding the city via Nominatim.
Returns temperature, wind speed, weather code, and conditions.
Parameters:
city — City name to get weather for (required), e.g. "London".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |