Skip to main content
Glama

n8n-MCP

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

get_node_info

Retrieve detailed documentation for specific n8n nodes by providing the nodeType string. Enables accurate workflow automation by accessing node properties and operations.

Instructions

Get full node documentation. Pass nodeType as string with prefix. Example: nodeType="nodes-base.webhook"

Input Schema

NameRequiredDescriptionDefault
nodeTypeYesFull type: "nodes-base.{name}" or "nodes-langchain.{name}". Examples: nodes-base.httpRequest, nodes-base.webhook, nodes-base.slack

Input Schema (JSON Schema)

{ "properties": { "nodeType": { "description": "Full type: \"nodes-base.{name}\" or \"nodes-langchain.{name}\". Examples: nodes-base.httpRequest, nodes-base.webhook, nodes-base.slack", "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