get_current_aq
Get the most recent air quality readings near a location, with health context.
Returns a 'summary' with a plain-English health assessment and advice for general and at-risk populations. Present the summary to users first. Also returns individual 'readings' from nearby monitors and 'metadata' about data freshness and sources.
Args: location: Postcode, place name, or "lat,lon". radius_km: Search radius in kilometres (default 2.0). pollutants: Optional filter, e.g. ["NO2", "PM2.5"]. sources: Optional filter, e.g. ["AURN", "BREATHE_LONDON"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | No | ||
| location | Yes | ||
| radius_km | No | ||
| pollutants | No |