get_td_nodes
List child operators in a TouchDesigner network under a specified parent path, filtered by an optional name pattern. Returns node details including ID, name, path, and type.
Instructions
List child operators under a path, optionally filtered by a name pattern.
Returns {nodes: [{id, name, path, opType, properties}]}. Set
include_properties=true only when you need values — the light
default is faster for large networks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | Parent operator path (e.g. '/project1'). | / |
| pattern | No | Name glob to filter children (e.g. 'text*'). | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
| include_properties | No | Include full parameter sets (slower). Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |