update_td_node_parameters
Update parameter values on a TouchDesigner operator by providing the operator path and a dictionary of parameter names and values. Returns a report of successful updates and any failed parameter names with reasons.
Instructions
Set parameter values on an operator.
Returns {path, updated, failed: [{name, reason}], message}. Unknown
names go to failed rather than raising — everything in failed
means the names were wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Operator path to update. | |
| parameters | Yes | Parameter name -> value. Verify names first with get_td_node_parameters; TD names are non-obvious. | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |