Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
11,094
4,662
  • Apple
  • Linux

validate_workflow_connections

Verify workflow structure by validating nodes, detecting cycles, ensuring proper triggers, and checking AI tool links. Ensures correct JSON workflow setup for automation tasks.

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)

{ "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