Skip to main content
Glama

n8n-MCP

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

validate_node_operation

Validate n8n node configurations by providing node type and configuration object. Ensure proper setup for workflow automation with profiles like strict, runtime, or ai-friendly.

Instructions

Validate n8n node configuration. Pass nodeType as string and config as object. Example: nodeType="nodes-base.slack", config={resource:"channel",operation:"create"}

Input Schema

NameRequiredDescriptionDefault
configYesConfiguration as object. For simple nodes use {}. For complex nodes include fields like {resource:"channel",operation:"create"}
nodeTypeYesNode type as string. Example: "nodes-base.slack"
profileNoProfile string: "minimal", "runtime", "ai-friendly", or "strict". Default is "ai-friendly"ai-friendly

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "config": { "description": "Configuration as object. For simple nodes use {}. For complex nodes include fields like {resource:\"channel\",operation:\"create\"}", "type": "object" }, "nodeType": { "description": "Node type as string. Example: \"nodes-base.slack\"", "type": "string" }, "profile": { "default": "ai-friendly", "description": "Profile string: \"minimal\", \"runtime\", \"ai-friendly\", or \"strict\". Default is \"ai-friendly\"", "enum": [ "strict", "runtime", "ai-friendly", "minimal" ], "type": "string" } }, "required": [ "nodeType", "config" ], "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