Skip to main content
Glama

create_backup

Create backups of Proxmox VMs or containers via vzdump. Choose snapshot, suspend, or stop mode and set compression for storage.

Instructions

Back up a VM or container with vzdump.

Args: vmid: Guest to back up. storage: Backup-capable storage to write to. mode: "snapshot" (no downtime), "suspend", or "stop". compress: "zstd", "gzip", "lzo", or "0" for none. notes: Optional note attached to the archive. wait: Seconds to wait before returning a UPID instead of a result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNosnapshot
vmidYes
waitNo
notesNo
storageNolocal
compressNozstd

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses some behavioral traits, such as the 'wait' parameter returning a UPID instead of a result, and mode options including 'snapshot' (no downtime). However, it does not describe broader side effects like backup duration, storage requirements, or what a UPID means to the caller.

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 a single, clear opening line followed by a compact parameter list. No wasted words; every line provides necessary information.

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 presence of an output schema and the fact that all parameters are explained, the description is fairly complete for invoking the tool. It lacks high-level context such as prerequisites or typical use cases, but these are not critical for this moderate-complexity tool.

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 schema description coverage at 0%, the description fully compensates by explaining every parameter: vmid, storage, mode (with allowed values), compress (with allowed values), notes, and wait (with behavior). 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 tool's purpose with a specific verb ('Back up') and resource ('VM or container'), and even names the underlying utility (vzdump). This distinguishes it from sibling tools like create_snapshot or list_backups, which are related but 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. It only lists parameters with no contextual direction, such as when a backup is preferable to a snapshot or clone. This leaves the agent without clear decision-making support.

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

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