Find TouchDesigner nodes
find_td_nodesSearch a network for nodes by name pattern and operator type. Returns matching paths or full details, recursively by default.
Instructions
Search a network for nodes by name pattern and/or operator type. Recursive by default; pass path_only:true for a compact path list. Prefer this over get_td_nodes when you are looking for specific nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | No | Where to search from. | /project1 |
| pattern | No | Case-insensitive name/path filter with '*' wildcards (e.g. 'text*', '*noise*'). | |
| type | No | Case-insensitive operator-type substring (e.g. 'TOP', 'noise'). | |
| recursive | No | Search the whole sub-network (true) or only direct children (false). | |
| path_only | No | Return only matching paths. | |
| limit | No | Max matches to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | Yes | ||
| recursive | Yes | ||
| count | Yes | ||
| truncated | Yes | ||
| paths | No | ||
| matches | No |