Diagnose Workflow Error
diagnose_workflow_errorPinpoints root causes of n8n workflow errors by analyzing workflow JSON and error messages, delivering minimal fix proposals and confidence levels for straightforward resolution.
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). |