weather_latest
Get the real-time, latest weather observation including temperature, humidity, wind, and UV index for a location.
You must provide EITHER:
lat and lng (if you already have or confidently know the coordinates), OR
place (a free-text place name, e.g. "Bengaluru", "Baker Street, London", "90210, US") — the API resolves this to a location itself, so do not try to geocode it yourself first, and do not call any other tool before this one.
Do not pass both lat/lng and place at once — pick one form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude of the location (omit if using `place`). | |
| lng | No | Longitude of the location (omit if using `place`). | |
| place | No | Free-text place name like a city, street, or postcode with country (omit if using `lat`/`lng`). | |
| units | No | Optional. you can pass any of these three imperial, metric, si. And default value is imperial. | |
| locale | No | Optional. If set, adds local time to the record. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||