summarize_execution_error
Retrieve failed execution details: returns the failing node, error message, short stack trace, and per-node errors. Use to debug without flooding context with full execution data.
Instructions
Debug a failed execution without flooding the context: fetches the full run data and returns only the failing node, error message/description, a short stack and per-node errors. Use instead of get_execution includeData=true when you only need to know what broke.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID (see list_executions with status=error) |