Skip to main content
Glama

n8n_get_node

Read-only

Retrieve the complete parameter schema for any n8n node type, including required fields, credentials, options, and display conditions, plus curated notes and examples.

Instructions

Get the real parameter schema of an n8n node type: parameters with types, options and display conditions, required params, credentials, latest typeVersion, plus curated notes and an example for common nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesNode type or alias (e.g. "n8n-nodes-base.slack" or "webhook")
Install Server

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool as read-only, and the description adds meaningful detail about the output contents: parameter types, options, display conditions, credentials, latest typeVersion, and curated notes. This goes beyond the schema and annotations, helping the agent anticipate what will be returned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence that front-loads the verb and object, then efficiently lists the return contents. Every phrase adds value and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only lookup with one required parameter and no output schema, the description provides enough detail about what the agent will receive. A minor gap is the lack of explicit behavior for unknown or uncommon node types, but that is not necessary for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers the single parameter completely, including an example of valid aliases ('n8n-nodes-base.slack' or 'webhook'). The description does not add much beyond this, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with a specific verb ('Get') and a precise resource ('real parameter schema of an n8n node type'). It enumerates exactly what the result includes: parameters, types, options, display conditions, required params, credentials, typeVersion, notes, and an example. This clearly differentiates it from siblings like n8n_get_credential_schema and n8n_search_nodes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives. While the purpose is clear, there is no mention of when to prefer it over n8n_get_credential_schema or n8n_search_nodes, and no exclusions or prerequisites are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/leonardosepulvedat/mcp-n8n'

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