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