Skip to main content
Glama

get_node_documentation

Retrieve detailed node documentation with examples, authentication details, and usage patterns for n8n workflow automation. Input the full node type to access structured, actionable guidance.

Instructions

Get readable docs with examples/auth/patterns. Better than raw schema! 87% coverage. Format: "nodes-base.slack"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeTypeYesFull type with prefix: "nodes-base.slack"

Implementation Reference

  • The main handler function for the get_node_documentation tool. It fetches the node by type from the repository and returns its documentation field or null if not found.
    async getNodeDocumentation(args: any) { const node = await this.repository.getNodeByType(args.nodeType); return node?.documentation || null; }
  • Documentation comment indicating that get_node now replaces get_node_documentation among other tools.
    // Consolidated node info tool (replaces get_node_info, get_node_essentials, get_node_documentation, search_node_properties)
  • Listed as a configuration tool in migration script for tool documentation structure.
    'get_node_documentation',

Latest Blog Posts

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