Skip to main content
Glama

n8n_deploy_template

Deploy a workflow template from n8n.io to your instance with automatic fixes for expression format and typeVersions. Returns workflow ID and required credentials.

Instructions

Deploy a workflow template from n8n.io directly to your n8n instance. Deploys first, then auto-fixes common issues (expression format, typeVersions). Returns workflow ID, required credentials, and fixes applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateIdYesTemplate ID from n8n.io (required)
nameNoCustom workflow name (default: template name)
autoUpgradeVersionsNoAutomatically upgrade node typeVersions to latest supported (default: true)
autoFixNoAuto-apply fixes after deployment for expression format issues, missing = prefix, etc. (default: true)
stripCredentialsNoRemove credential references from nodes - user configures in n8n UI (default: true)
Behavior4/5

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

The description adds context beyond annotations: it states the tool performs deployment, then auto-fixes, and returns workflow ID, credentials, and fixes. Annotations (readOnlyHint=false, destructiveHint=false) are consistent, but the description clarifies the non-destructive write behavior.

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?

Three sentences, no fluff, front-loaded with the main action. Every sentence earns its place.

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

Completeness3/5

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

With 5 parameters and no output schema, the description mentions return values but lacks details on error handling, overwrite behavior, or prerequisites (e.g., instance connectivity). Adequate but not comprehensive.

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 coverage is 100%, so each parameter is described. The description does not add unique per-parameter details beyond the schema. 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 clearly states it deploys a workflow template from n8n.io to the instance, including auto-fixes and return values. This distinguishes it from siblings like n8n_create_workflow (manual creation) and n8n_autofix_workflow (fixing existing workflows).

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 usage for deploying templates but does not explicitly state when to use this tool versus alternatives like n8n_create_workflow or n8n_validate_workflow. There is no guidance on prerequisites or when not to use.

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

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