Skip to main content
Glama

restore_backup

Restore virtual machines or containers from backup files in Proxmox VE clusters by specifying volume ID, target node, and guest type.

Instructions

Restore a VM or container from a backup file.

Args: volid: Volume ID of the backup (e.g. 'local:backup/vzdump-qemu-100-2024_03_04.vma.zst'). Use list_backups to find available backups. node: Target node for the restored guest. vmid: Optional VMID for the restored guest. Auto-assigned if not provided. storage_pool: Storage for restored disks (default 'local-lvm'). guest_type: Type of guest: 'vm' or 'container'. confirm: Must be true to execute. First call without confirm shows a warning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
volidYes
nodeYes
vmidNo
storage_poolNolocal-lvm
guest_typeNovm
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the two-step confirmation process (first call shows warning, second with confirm=true executes), which is valuable behavioral context. However, it doesn't mention potential destructive effects, permissions needed, rate limits, or what happens if the restored guest conflicts with existing resources.

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 efficiently structured with a clear purpose statement followed by a well-organized parameter breakdown. Every sentence adds value, with no redundant information. The two-step confirmation warning is front-loaded appropriately.

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 complexity of a restoration operation with 6 parameters and no annotations, the description does well by explaining all parameters and the confirmation workflow. Since an output schema exists, it doesn't need to describe return values. However, for a potentially destructive operation, more behavioral context about risks would improve completeness.

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?

With 0% schema description coverage, the description fully compensates by explaining all 6 parameters in detail. It provides examples (e.g., volid format), default values, optional vs. required status, and practical guidance like using list_backups to find volid values. This adds significant meaning beyond the bare schema.

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 specific action ('Restore') and target resources ('a VM or container from a backup file'), distinguishing it from siblings like create_backup, rollback_snapshot, or clone_guest. It precisely defines the operation without being tautological.

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?

The description provides clear context by referencing list_backups to find available backups and explaining when to use confirm. However, it doesn't explicitly state when NOT to use this tool or compare it to alternatives like rollback_snapshot for snapshot-based restoration.

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/antonio-mello-ai/mcp-proxmox'

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