Skip to main content
Glama

n8n-MCP

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

get_node_as_tool_info

Retrieve detailed documentation and specifications for any n8n node to enable its use as an AI tool for workflow automation, regardless of AI-specific markings.

Instructions

How to use ANY node as AI tool. Shows requirements, use cases, examples. Works for all nodes, not just AI-marked ones.

Input Schema

NameRequiredDescriptionDefault
nodeTypeYesFull node type WITH prefix: "nodes-base.slack", "nodes-base.googleSheets", etc.

Input Schema (JSON Schema)

{ "properties": { "nodeType": { "description": "Full node type WITH prefix: \"nodes-base.slack\", \"nodes-base.googleSheets\", etc.", "type": "string" } }, "required": [ "nodeType" ], "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