Skip to main content
Glama

n8n MCP Server

by get2knowio

get_node_type

Retrieve detailed information about specific n8n node types to understand their functionality and usage within workflow automation.

Instructions

Get details about a specific n8n node type

Input Schema

NameRequiredDescriptionDefault
typeYesThe node type name (e.g., n8n-nodes-base.httpRequest)

Input Schema (JSON Schema)

{ "properties": { "type": { "description": "The node type name (e.g., n8n-nodes-base.httpRequest)", "type": "string" } }, "required": [ "type" ], "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/get2knowio/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server