TD Get Errors (live)
td_get_errorsRetrieve cook errors, warnings, and script errors from a TouchDesigner operator to diagnose why a node is not cooking after edits.
Instructions
Read cook errors, warnings, and script errors from an operator in a running TouchDesigner instance (live control via the td_mcp bridge). Returns the documented op.errors()/op.warnings()/op.scriptErrors() output. Use this to diagnose why a node is not cooking after a build/edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the operator to inspect, e.g. '/td_mcp/sandbox/noise1'. | |
| recurse | No | When true (default), include errors from the operator's children as well. |