get_current_weather
Retrieve current weather conditions for any global location using city name or coordinates. Get temperature, wind, and more in metric or imperial units.
Instructions
Get the current weather conditions for any location worldwide, by city name or coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | metric = °C and m/s (default), imperial = °F and mph | |
| latitude | No | Latitude, used only when no location name is given | |
| location | No | City name, optionally with country/state code. Examples: "Tokyo", "Paris,FR", "Springfield,US-IL". Preferred over coordinates. | |
| longitude | No | Longitude, used only when no location name is given |