n8n_validate_workflow
Validate n8n workflows by detecting deprecated node types, old Code-node API usage, orphan nodes, disabled nodes, and missing triggers. Returns a list of issues with severity.
Instructions
Static checks on a workflow: deprecated node types (function → code), old Code-node API usage ($node[], items global, require()), orphan nodes, disabled nodes, and missing trigger. Returns a list of issues with severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow id (from n8n_list_workflows). |