Openaq
environment__openaqSearch for air quality monitoring locations using OpenAQ data, with optional filtering by coordinates and radius to assess environmental conditions.
Instructions
[Environment & Air Quality Agent] Search for air quality monitoring locations from the OpenAQ platform, optionally filtered by coordinates and radius. Source: OpenAQ (CC-BY 4.0), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for location-based search | |
| lng | No | Longitude for location-based search | |
| limit | No | Number of results to return | |
| radius | No | Search radius in meters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |