Osm Overpass
geo__osm-overpassQuery OpenStreetMap to find nearby points of interest by location and tag, returning data with quality scores and source citations for verification.
Instructions
[Geography & Geolocation Agent] Query OpenStreetMap Overpass API to find nearby points of interest by tag. Source: OpenStreetMap Overpass (ODbL), 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 | |
| lon | No | Longitude | |
| radius | No | Search radius in meters | |
| tag | No | OSM tag to search for | amenity=restaurant |
| limit | No | Max results to return |
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. |