Skip to main content
Glama

n8n-MCP

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

validate_node_operation

Validate node configurations for n8n workflows. Checks required fields, data types, and operation rules, returning errors and fixes. Essential for Slack, Sheets, and database nodes.

Instructions

Validate node config. Checks required fields, types, operation rules. Returns errors with fixes. Essential for Slack/Sheets/DB nodes.

Input Schema

NameRequiredDescriptionDefault
configYesYour node configuration. Must include operation fields (resource/operation/action) if the node has multiple operations.
nodeTypeYesThe node type to validate (e.g., "nodes-base.slack")
profileNoValidation profile: minimal (only required fields), runtime (critical errors only), ai-friendly (balanced - default), strict (all checks including best practices)ai-friendly

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "Your node configuration. Must include operation fields (resource/operation/action) if the node has multiple operations.", "type": "object" }, "nodeType": { "description": "The node type to validate (e.g., \"nodes-base.slack\")", "type": "string" }, "profile": { "default": "ai-friendly", "description": "Validation profile: minimal (only required fields), runtime (critical errors only), ai-friendly (balanced - default), strict (all checks including best practices)", "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