exec_node_method
Call a method on a TouchDesigner operator (e.g., cook, pulse, reset) to perform actions beyond parameter writes.
Instructions
Call a method on an operator (e.g. cook, pulse, reset).
Returns {result: <serialized return value>}. Use for operator
actions that are not parameter writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Positional arguments. | |
| path | Yes | Operator path. | |
| kwargs | No | Keyword arguments. | |
| method | Yes | Method name (e.g. 'cook', 'pulse', 'reset'). | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |