get_osm_relation
Fetches an OpenStreetMap relation by ID, returning its members and tags for inspection or editing.
Instructions
Get an OSM relation by ID.
Args: relation_id: The ID of the relation to retrieve
Returns: Dictionary containing relation data including members and tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |