get_osm_node
Retrieve an OpenStreetMap node by its ID to obtain its coordinates and tags. Use this when you need to look up or validate a specific node's details.
Instructions
Get an OSM node by ID.
Args: node_id: The ID of the node to retrieve
Returns: Dictionary containing node data including coordinates and tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |