Skip to main content
Glama
opsec12

n8n-mcp-mini

by opsec12

Get n8n node schema

get_node

Retrieve the schema for any n8n node type, with options for minimal, standard, or full property details. Search within a node's properties to quickly find specific fields.

Instructions

Get the schema for one node type: short name ('slack') or full type ('n8n-nodes-base.slack' / '@n8n/n8n-nodes-langchain.agent'). detail='minimal' (summary), 'standard' (default — cleaned-up properties), or 'full' (every raw property field). Use propertyQuery to search within one node's properties instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNo
nodeTypeYes
propertyQueryNo
Behavior3/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It explains the output variations ('minimal', 'standard', 'full') and the 'propertyQuery' search capability, but it does not mention error handling (e.g., unknown node type), whether data is fetched live from a registry, or any rate limits or permissions. The read-only nature is implied but not explicitly stated.

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 three sentences long, front-loaded with the primary purpose, and uses concise, informative language. Examples and parameter definitions are integrated without unnecessary verbosity.

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?

Given the tool's simplicity and the lack of an output schema, the description adequately explains the return behavior (schema at different detail levels). It could further specify the exact response structure or error behavior for unknown node types, but for a schema retrieval tool, the current description is largely complete.

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

Parameters5/5

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

All three parameters (nodeType, detail, propertyQuery) receive meaningful semantic explanations in the description, going beyond the schema's bare types. It provides concrete examples for nodeType, defines the three detail values, and explains the purpose of propertyQuery. This fully compensates for the 0% schema description coverage.

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 clearly states the tool's function: 'Get the schema for one node type' with specific examples of how to specify the node (short name or full type). It distinguishes from sibling tools like search_nodes and list_packages by focusing on a single node's schema rather than searching or listing.

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

Usage Guidelines3/5

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

The description provides clear context for using the 'detail' parameter and the 'propertyQuery' parameter, but it does not explicitly mention when to use this tool versus alternatives like search_nodes. The phrase 'Use propertyQuery to search within one node's properties instead' is a within-tool guidance, not a tool selection guideline. Thus, usage context is implied rather than explicit.

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

Install Server

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/opsec12/mcp_server'

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