Openmeteo Aq
environment__openmeteo-aqRetrieve current air quality data (PM10, PM2.5, CO, NO2, O3) for any location using real-time Open-Meteo sources with quality scoring and verifiable citations.
Instructions
[Environment & Air Quality Agent] Get current air quality data (PM10, PM2.5, CO, NO2, O3) for a given location from Open-Meteo. Source: Open-Meteo (CC-BY 4.0), updates real-time. 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 |
|---|---|---|---|
| latitude | Yes | Latitude | |
| longitude | Yes | Longitude |
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. |