Skip to main content
Glama
lukisch
by lukisch

n8n_restore_workflow

Restore a workflow from a local backup, either as a new workflow or by overwriting an existing one.

Instructions

Restore a workflow from a local backup. By default creates a new workflow; pass target_workflow_id to overwrite an existing workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activateNoActivate restored workflow after restore.
backup_pathYesPath returned by n8n_list_backups or mutation output.
server_nameNoTarget server name. Uses default if omitted.
target_workflow_idNoExisting workflow ID to overwrite. If omitted, creates a new workflow.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions overwriting but fails to disclose potential data loss, required permissions, or side effects like backup deletion. This is insufficient for a potentially destructive operation.

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?

Two sentences with no unnecessary words. The core action and key differentiation are front-loaded efficiently.

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?

Covers main use cases (new vs. overwrite) and references backup sources. Lacks handling of errors, validation, or what happens after restore, but is reasonably complete for a simple restore tool with no output schema.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. The description adds value by clarifying that backup_path comes from n8n_list_backups or mutation output and explaining the role of target_workflow_id, exceeding schema-only information.

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 action 'restore a workflow from a local backup', specifying the resource and source. It distinguishes default behavior (new workflow) from overwriting, differentiating it from siblings like create_workflow, update_workflow, import_workflow, and list_backups.

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

Usage Guidelines4/5

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

Provides clear guidance on when to use target_workflow_id (to overwrite) and default behavior (create new). Does not explicitly mention when not to use or compare to alternatives, but the usage is implied effectively.

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

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