Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
11,094
4,666
  • Apple
  • Linux

tools_documentation

Access detailed documentation for n8n MCP tools. Retrieve quick guides, specific tool details, or comprehensive resources using customizable parameters for efficient workflow automation.

Instructions

Get documentation for n8n MCP tools. Call without parameters for quick start guide. Use topic parameter to get documentation for specific tools. Use depth='full' for comprehensive documentation.

Input Schema

NameRequiredDescriptionDefault
depthNoLevel of detail. "essentials" (default) for quick reference, "full" for comprehensive docs.essentials
topicNoTool name (e.g., "search_nodes") or "overview" for general guide. Leave empty for quick reference.

Input Schema (JSON Schema)

{ "properties": { "depth": { "default": "essentials", "description": "Level of detail. \"essentials\" (default) for quick reference, \"full\" for comprehensive docs.", "enum": [ "essentials", "full" ], "type": "string" }, "topic": { "description": "Tool name (e.g., \"search_nodes\") or \"overview\" for general guide. Leave empty for quick reference.", "type": "string" } }, "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