Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
13,339
5,781
  • Apple
  • Linux

search_node_properties

Locate specific properties (auth, headers, body, etc.) within an n8n node. Returns paths and descriptions for efficient workflow automation and integration.

Instructions

Find specific properties in a node (auth, headers, body, etc). Returns paths and descriptions.

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMax results (default 20)
nodeTypeYesFull type with prefix
queryYesProperty to find: "auth", "header", "body", "json"

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "default": 20, "description": "Max results (default 20)", "type": "number" }, "nodeType": { "description": "Full type with prefix", "type": "string" }, "query": { "description": "Property to find: \"auth\", \"header\", \"body\", \"json\"", "type": "string" } }, "required": [ "nodeType", "query" ], "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