List TouchDesigner nodes
get_td_nodesList direct child nodes of a TouchDesigner COMP. Supports filtering by name pattern, detail level, and limiting results.
Instructions
List the direct child nodes of a COMP. Defaults to a compact summary (count + type breakdown + sample paths); pass detail_level:"full" or path_only:true for the complete list, and pattern to filter by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | No | Parent COMP whose direct children should be listed. | /project1 |
| pattern | No | Case-insensitive filter on node name/path. Supports '*' wildcards (e.g. 'text*', '*noise*'). | |
| path_only | No | Return only the list of node paths, dropping type/name. | |
| limit | No | Cap the number of nodes returned. | |
| detail_level | No | 'summary' (default) returns a count, a type breakdown and the first few paths; 'full' returns every node. Use 'full' (or path_only) when you need the complete list. | summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | Yes | ||
| count | Yes | ||
| detail_level | Yes | ||
| truncated | Yes | ||
| by_type | No | ||
| sample | No | ||
| paths | No | ||
| nodes | No | ||
| hint | No |