n8n_validate_workflow
Validate n8n workflow JSON before creating or updating. Checks node names, types, required parameters, and connections to prevent errors.
Instructions
Validate a workflow JSON before creating or updating it. Checks node names, types, required parameters, and connections. Always call this before n8n_create_workflow or n8n_activate_workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| nodes | No | ||
| workflowId | No | If set, validate the workflow already stored in n8n | |
| connections | No |