pollen_latest
Get the real-time, latest pollen count and risk levels for tree, weed, and grass pollen 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`). | |
| locale | No | Optional. If set, adds local time to the record. | |
| species_risk | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||