create_td_node
Creates a new TouchDesigner operator under a specified parent path, with optional name and parameter values.
Instructions
Create a new operator under a parent.
Returns the created node summary. TD auto-increments the name on
collision, so check the returned name/path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | Parent path to create under. | |
| node_name | No | Optional name; TD auto-increments on collision. | |
| node_type | Yes | Operator type, e.g. 'noiseTOP', 'boxSOP', 'baseCOMP'. | |
| parameters | No | Optional parameter values to set, e.g. {'tx': 1.0}. | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |