create_td_node
Creates a new node in TouchDesigner. Specify parent path and node type, with optional name and response detail controls.
Instructions
Create a new node in TouchDesigner
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeName | No | Name of the new node (optional) | |
| nodeType | Yes | Type of the node to create (e.g., textTop) | |
| parentPath | Yes | Path to the parent node (e.g., /project1) | |
| detailLevel | No | Response detail level for tool output (minimal, summary, or detailed) | |
| responseFormat | No | Structured output format for formatted responses |