Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
14,220
5,639
  • Apple
  • Linux

validate_workflow_connections

Verify workflow structure in n8n by validating node integrity, checking for cycles, ensuring proper triggers, and testing AI tool links. Ensures accurate workflow automation setup.

Instructions

Check workflow connections only: valid nodes, no cycles, proper triggers, AI tool links. Fast structure validation.

Input Schema

NameRequiredDescriptionDefault
workflowYesThe workflow JSON with nodes array and connections object.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "workflow": { "description": "The workflow JSON with 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