Diagnose Workflow Error
diagnose_workflow_errorDiagnose an n8n workflow error from workflow JSON and error message, returning a root cause, a minimal proposed fix (or an honest note if not fixable), and a confidence level for review before applying changes.
Instructions
Stateless diagnosis of an n8n workflow error: given the workflow JSON and error message, returns a root cause, a minimal proposed fix (or an honest 'not fixable by a workflow edit'), and a confidence level. Does not verify, deploy, or fetch anything live — pair with human or separate review before applying fixedWorkflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errorMessage | Yes | ||
| workflowJson | Yes | The full n8n workflow JSON object (nodes + connections). |