Skip to main content
Glama

n8n-MCP

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

validate_node_minimal

Check for missing required fields in a node configuration. Input the node type and config; receive a list of missing fields. Designed for quick validation without additional warnings or suggestions.

Instructions

Fast check for missing required fields only. No warnings/suggestions. Returns: list of missing fields.

Input Schema

NameRequiredDescriptionDefault
configYesThe node configuration to check
nodeTypeYesThe node type to validate (e.g., "nodes-base.slack")

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "The node configuration to check", "type": "object" }, "nodeType": { "description": "The node type to validate (e.g., \"nodes-base.slack\")", "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