Opensensemap
environment__opensensemapSearch for environmental sensor stations (senseBoxes) from openSenseMap to monitor air quality and environmental data, with optional location filtering for nearby results.
Instructions
[Environment & Air Quality Agent] Search for environmental sensor stations (senseBoxes) from the openSenseMap platform, optionally filtered by location. Source: openSenseMap (Public Domain Dedication and License (PDDL)), 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 |
|---|---|---|---|
| limit | No | Number of boxes to return | |
| lat | No | Latitude for nearby search | |
| lng | No | Longitude for nearby search | |
| radius | No | Search radius in meters for nearby search |
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. |