Skip to main content
Glama

restore_container_backup

Restore a Proxmox container from a backup file by specifying node, backup location, and target storage. Configure format, skip locks, or ignore errors as needed.

Instructions

Restore a container from backup

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode where backup is located
formatNoBackup format
storageYesTarget storage
skiplockNoSkip locks
backupfileYesBackup file path (e.g., 'lxc/100/backup.tar')
descriptionNoDescription
ignoreErrorsNoIgnore errors
unprivilegedNoRestore as unprivileged container
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does not explain that restoring is destructive, may overwrite existing containers, requires specific permissions, or what happens after the restore. The single sentence provides no behavioral detail beyond the name.

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

Conciseness4/5

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

The description is one short sentence with no filler words, making it very concise. However, its brevity borders on under-specification, but as a structure it is appropriately minimal for a simple statement of purpose.

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

Completeness1/5

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

Given the complexity of an 8-parameter destructive restore operation, no output schema, and no annotations, this description is completely inadequate. It fails to convey that restoration is a potentially destructive action, how the container is identified, or what the outcome will be. The bare description leaves the agent without critical context.

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 baseline is 3. The description itself adds no parameter-specific meaning, but the schema already documents all eight parameters adequately, so the schema does the heavy lifting.

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 'Restore a container from backup' clearly states the action (restore), the resource (container), and the source (backup). This distinguishes it from siblings like restore_vm_backup and restore_container_snapshot, which are clearly different operations.

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 provides no guidance on when to use this tool versus alternatives, no prerequisites, and no context about required parameters. It is a bare statement with no usage direction.

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/jskoetsier/proxmox-mcp-server'

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