Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
14,220
5,639
  • Apple
  • Linux

search_templates

Search for workflow templates by name or description keywords to streamline automation in n8n workflows. Input a query and set a result limit for precise template discovery.

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 keyword as string. Example: "chatbot"

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Maximum number of results. Default 20.", "type": "number" }, "query": { "description": "Search keyword as string. Example: \"chatbot\"", "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