Skip to main content
Glama

n8n-MCP

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

search_node_properties

Locate node properties like auth, headers, body, or JSON in n8n workflows by specifying the node type and query. Retrieves paths and descriptions for efficient workflow automation.

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