Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

Guest Backups

proxmox_backup
Destructive

Create, list, restore, and delete backups for VMs and LXC containers. Requires elevated permissions.

Instructions

Manage guest backups (create, list, restore, delete) for VMs and LXC containers (requires elevated permissions)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoBackup modesnapshot
nodeYesNode name where guest is located
typeNoGuest type
vmidNoGuest ID number
actionYes
volumeNoBackup volume ID
archiveNoBackup archive path
storageNoStorage location for backuplocal
compressNoCompression algorithmzstd

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.3.0
  2. Removedv1.2.2
  3. First observedv1.2.1

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the mutable nature is known. The description adds 'requires elevated permissions', which is useful operational context. However, it does not disclose side effects like restore overwriting existing guests, or that some actions (list) are read-only while others are destructive. Given the annotation coverage, the description contributes minimal extra behavioral detail.

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 concise sentence with no filler. The action list and guest type are front-loaded, and the permission note is appended efficiently. Every word 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 9 parameters and 4 distinct actions, the description is thin. It does not explain how parameters map to actions (e.g., archive/volume for restore, storage/compress for create). No output schema exists, so the description could clarify typical return values. The high schema coverage mitigates, but the lack of action-specific guidance leaves an agent to infer parameter requirements from the schema alone.

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 89%, so parameters are already largely documented. The description adds no parameter-level semantics (e.g., which parameters apply to which action). Since the schema carries the semantic weight, a baseline 3 is appropriate; no additional value is provided.

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 resource ('guest backups') and enumerates the actions ('create, list, restore, delete'), and specifies the guest types (VMs and LXC containers). This distinguishes it from sibling tools like proxmox_guest_snapshot (snapshots) and proxmox_file_restore (file-level restore), leaving no ambiguity about its scope.

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 gives context (guests, elevated permissions) but provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives or specific conditions that would route an agent to another tool. The 'requires elevated permissions' is a prerequisite but not a usage selector.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools