Skip to main content
Glama

n8n-MCP

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

validate_node_minimal

Validate required fields in n8n workflows by passing node type and empty configuration. Ensure correct setup for automation tasks with minimal input.

Instructions

Check n8n node required fields. Pass nodeType as string and config as empty object {}. Example: nodeType="nodes-base.webhook", config={}

Input Schema

NameRequiredDescriptionDefault
configYesConfiguration object. Always pass {} for empty config
nodeTypeYesNode type as string. Example: "nodes-base.slack"

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "config": { "description": "Configuration object. Always pass {} for empty config", "type": "object" }, "nodeType": { "description": "Node type as string. Example: \"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