Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
11,228
4,556
  • Apple
  • Linux

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

NameRequiredDescriptionDefault
optionsNoOptional validation settings
workflowYesThe complete workflow JSON to validate. Must include nodes array and connections object.

Input Schema (JSON Schema)

{ "properties": { "options": { "description": "Optional validation settings", "properties": { "profile": { "default": "runtime", "description": "Validation profile for node validation. Default \"runtime\".", "enum": [ "minimal", "runtime", "ai-friendly", "strict" ], "type": "string" }, "validateConnections": { "default": true, "description": "Validate node connections and flow. Default true.", "type": "boolean" }, "validateExpressions": { "default": true, "description": "Validate n8n expressions syntax and references. Default true.", "type": "boolean" }, "validateNodes": { "default": true, "description": "Validate individual node configurations. Default true.", "type": "boolean" } }, "type": "object" }, "workflow": { "description": "The complete workflow JSON to validate. Must include nodes array and connections object.", "type": "object" } }, "required": [ "workflow" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server