Create TouchDesigner node
create_td_nodeCreate a validated operator node inside a parent COMP in TouchDesigner, checking the operator type against the knowledge base and warning on unknown types.
Instructions
Create a single operator (node) inside a parent COMP. Validates the operator type against the knowledge base and warns (without blocking) on unknown types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | No | Parent COMP path to create the node inside. | /project1 |
| type | Yes | Operator type string, e.g. 'noiseTOP', 'feedbackTOP', 'nullTOP', 'constantCHOP'. | |
| name | No | Optional node name (auto-generated if omitted). | |
| parameters | No | Optional initial parameter overrides as key→value pairs. |