get_node_details
Retrieve all properties and port connections of a specific node in a .terrain file graph using its node ID from read_terrain_graph.
Instructions
Get all properties and port connections of a specific node. Use read_terrain_graph first to find node IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID (from read_terrain_graph output) | |
| filename | Yes | Path to .terrain file |