Skip to main content
Glama

n8n_get_workflow_template

Read-only

Retrieve a specific workflow template by ID or describe your automation goals to receive the best matching template.

Instructions

Get a specific workflow template by ID or intelligently find the best matching template based on user requirements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateIdNoTemplate ID (if known)
userRequestNoUser's description of what they want to build. Used to intelligently match the best template.
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description adds a meaningful behavioral detail: it can match templates intelligently rather than only retrieving by ID. It does not disclose specifics like matching criteria, behavior when both parameters are provided, or possible network/API dependencies, but the annotation lowers the burden.

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?

A single sentence covers both operation modes with no filler. The primary action is front-loaded, and the alternative path is clearly appended.

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 only two optional parameters, a read-only annotation, and no output schema, the description is mostly complete for an agent to understand the tool's high-level purpose. It could be more complete by stating what the returned template contains or how the intelligent matching behaves, but nothing critical is missing for basic 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?

Schema description coverage is 100%, so the schema already documents both parameters adequately. The description adds modest semantic value by linking templateId to the 'by ID' mode and userRequest to the 'intelligent matching' mode, but it does not materially expand on the schema.

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

Purpose4/5

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

The description clearly states a specific verb ('Get') and resource ('workflow template'), and identifies two operation modes: by ID and by user requirements. It does not explicitly contrast with sibling tools like n8n_list_workflow_templates or n8n_search_public_templates, but the core purpose is unambiguous.

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 implies when to use each mode: provide templateId when the ID is known, otherwise provide userRequest for intelligent matching. However, it does not explain when to prefer this tool over the overlapping sibling n8n_search_public_templates or n8n_list_workflow_templates, so usage guidance remains implicit rather than explicit.

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