get_node
Retrieve a single node by ID with full detail. For multiple nodes, use get_nodes_info to fetch in one round-trip.
Instructions
Get a single node by ID with full detail. Use get_nodes_info to fetch multiple nodes in one round-trip instead of calling this repeatedly. Node ID must be colon format e.g. '4029:12345', never hyphens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID in colon format e.g. '4029:12345' |