TouchDesigner List Network
td_list_networkList operators within a TouchDesigner network to retrieve child paths, types, positions, input/output counts, and error counts.
Instructions
List the operators inside a TouchDesigner network (a parent COMP). Returns each child's path, type, node position, input/output counts and error counts. Defaults to the live-control sandbox COMP (/td_mcp/sandbox). Requires the TouchDesigner bridge to be running (see td_status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | Path to the parent COMP whose network is listed. Defaults to /td_mcp/sandbox. | |
| max_depth | No | How many levels deep to descend when listing children (default 1). |