n8n_validate_workflow
Identify issues in an n8n workflow, including deprecated node types, orphan nodes, disabled nodes, and missing triggers, with severity ratings.
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). |