Get current weather
get_current_weatherGet live current weather for any city using real-time data from Open-Meteo. Optionally specify state, region, or country to disambiguate location names, and receive resolved coordinates, temperature, conditions, wind, and observation time.
Instructions
Get live/current weather for a city.
This tool returns real-time current conditions from the Open-Meteo weather provider (not a forecast summary and not model-invented weather). Provide a city name; optionally add state_or_region and/or country when the city name is ambiguous. The response includes the resolved location, coordinates, temperature, condition, wind, observation time, timezone, and units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City or place name to look up (required). | |
| country | No | Optional country name or ISO-3166-1 alpha-2 code (for example 'United States' or 'US'). | |
| state_or_region | No | Optional state or first-level administrative region used to disambiguate the city (for example 'California' or 'Illinois'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | Yes | ||
| region | No | Administrative region / state when available | |
| country | Yes | Country name | |
| latitude | Yes | ||
| timezone | Yes | ||
| condition | Yes | Human-readable weather condition | |
| longitude | Yes | ||
| wind_speed | No | ||
| temperature | Yes | ||
| observation_time | Yes | Observation timestamp from the provider | |
| resolved_location | Yes | Canonical place name from geocoding | |
| apparent_temperature | No | Apparent (feels-like) temperature when the provider returns it |