get_td_node_errors
Collects error messages for a TouchDesigner operator and its descendants, returning node path, name, type, error count, and details. Use in a separate request after mutations to ensure accurate error cache updates.
Instructions
Collect error messages for an operator and its descendants.
Returns {nodePath, nodeName, opType, errorCount, hasErrors, errors}.
TD updates its error cache on frame boundaries — prefer checking errors
in a request separate from the mutation that may have caused them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Operator path to inspect. | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |