get_td_nodes
List TouchDesigner nodes under a parent path with pattern matching, detail levels, and limit controls for optimized output.
Instructions
List nodes under a path with token-optimized output (detailLevel+limit supported)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to include in formatted output | |
| pattern | No | Pattern to match against node names e.g., "null*" | * |
| parentPath | Yes | Parent path e.g., "/project1" | |
| detailLevel | No | Response detail level for tool output (minimal, summary, or detailed) | |
| responseFormat | No | Structured output format for formatted responses | |
| includeProperties | No | Whether to include full node properties in the response (default false for better performance) |