get_osm_way
Fetch an OpenStreetMap way by ID and return its complete data, including nodes and tags, for validation and editing tasks.
Instructions
Get an OSM way by ID.
Args: way_id: The ID of the way to retrieve
Returns: Dictionary containing way data including nodes and tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| way_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |