Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
13,339
5,781
  • Apple
  • Linux

get_node_essentials

Retrieve essential information for n8n nodes by specifying nodeType, enabling efficient workflow automation and integration setup within the n8n platform.

Instructions

Get node essential info. Pass nodeType as string with prefix. Example: nodeType="nodes-base.slack"

Input Schema

NameRequiredDescriptionDefault
nodeTypeYesFull type: "nodes-base.httpRequest"

Input Schema (JSON Schema)

{ "properties": { "nodeType": { "description": "Full type: \"nodes-base.httpRequest\"", "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