Skip to main content
Glama

n8n-MCP

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

search_nodes

Search nodes by keywords using OR, AND, or FUZZY modes to locate workflow automation tools. Primary nodes are prioritized, and results are limited to enhance precision.

Instructions

Search nodes by keywords. Modes: OR (any word), AND (all words), FUZZY (typos OK). Primary nodes ranked first. Examples: "webhook"→Webhook, "http call"→HTTP Request.

Input Schema

NameRequiredDescriptionDefault
limitNoMax results (default 20)
modeNoOR=any word, AND=all words, FUZZY=typo-tolerantOR
queryYesSearch terms. Use quotes for exact phrase.

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Max results (default 20)", "type": "number" }, "mode": { "default": "OR", "description": "OR=any word, AND=all words, FUZZY=typo-tolerant", "enum": [ "OR", "AND", "FUZZY" ], "type": "string" }, "query": { "description": "Search terms. Use quotes for exact phrase.", "type": "string" } }, "required": [ "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