validate_workflow
Validate n8n workflows for structure, connections, expressions, and AI tools. Identifies errors, warnings, and fixes to ensure accuracy before deployment.
Instructions
Full workflow validation: structure, connections, expressions, AI tools. Returns errors/warnings/fixes. Essential before deploy.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
options | No | Optional validation settings | |
workflow | Yes | The complete workflow JSON to validate. Must include nodes array and connections object. |