com um clique
debug-operator
TRIGGER when operator errors appear or user reports broken behavior. Systematic diagnosis workflow.
Menu
TRIGGER when operator errors appear or user reports broken behavior. Systematic diagnosis workflow.
MUST READ before first MCP tool call in a session. Complete Envoy tool catalog with parameters and usage.
Run Embody's test suite and write new tests (Embody development)
MUST READ before calling create_op. Contains required verification, positioning, and error-checking steps.
MUST READ before writing TD Python via execute_python, set_dat_content, or edit_dat_content. API reference for parameters, storage, operators, threading.
Workflow for running multiple TD instances with Envoy, switching between them, and understanding the instance registry.
MUST READ before calling externalize_op or save_externalization. Required workflow steps.
| name | debug-operator |
| description | TRIGGER when operator errors appear or user reports broken behavior. Systematic diagnosis workflow. |
Systematic approach to diagnosing TD operator errors:
get_op_errors with recurse=true on the suspected operator and its childrenget_op to see type, family, parameters, inputs, outputs, childrenget_connections to verify input/output wiring is correctget_dat_content if the operator is a DAT with script errorsget_parameter on specific parameters that might be misconfiguredget_op_performance if the issue is cook-time related