get_node_details
Retrieve all properties and port connections for a specific node in a .terrain file by providing the filename and node ID.
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 |