read_terrain_graph
Read a .terrain file to get a complete summary of all nodes, properties, ports, and connections, enabling understanding of the current graph structure.
Instructions
Read a .terrain file and return a complete summary: all nodes, their properties, ports, and connections. Call this first when working with an existing terrain to understand the current graph structure. Each node has an "id" that you use in connect_nodes, set_node_property, remove_node, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Path to .terrain file (name in project dir or absolute path) |