Skip to main content
Glama

n8n MCP Server

by get2knowio

validate_node_config

Validate node configuration parameters against type definitions to ensure proper setup and prevent errors in n8n workflows.

Instructions

Validate a node configuration against its type definition

Input Schema

NameRequiredDescriptionDefault
credentialsNoOptional credentials object
paramsYesThe node parameters to validate
typeYesThe node type name

Input Schema (JSON Schema)

{ "properties": { "credentials": { "description": "Optional credentials object", "type": "object" }, "params": { "description": "The node parameters to validate", "type": "object" }, "type": { "description": "The node type name", "type": "string" } }, "required": [ "type", "params" ], "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/get2knowio/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server