Skip to main content
Glama

n8n-MCP

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

search_templates

Find workflow templates by searching names or descriptions using specific keywords. Use to locate automation templates without node-based results, streamlining workflow creation in n8n.

Instructions

Search templates by name/description keywords. NOT for node types! For nodes use list_node_templates. Example: "chatbot".

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results. Default 20.
queryYesSearch query for template names/descriptions. NOT for node types! Examples: "chatbot", "automation", "social media", "webhook". For node-based search use list_node_templates instead.

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Maximum number of results. Default 20.", "type": "number" }, "query": { "description": "Search query for template names/descriptions. NOT for node types! Examples: \"chatbot\", \"automation\", \"social media\", \"webhook\". For node-based search use list_node_templates instead.", "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