validate_workflow
Validate workflow structure, node configurations, connections, and n8n expressions to identify errors, warnings, and fixes before deployment. Supports customizable validation profiles for precise checks.
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. |