exec_node_method
Execute a method on any TouchDesigner node by specifying its path and method name, with optional arguments for precise control.
Instructions
Execute a method on a specific node in TouchDesigner
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | List of arguments for the method call | |
| kwargs | No | Keyword arguments for the method call | |
| method | Yes | Name of the method to call | |
| nodePath | Yes | Path to the node (e.g., /project1/null1) | |
| detailLevel | No | Response detail level for tool output (minimal, summary, or detailed) | |
| responseFormat | No | Structured output format for formatted responses |