Skip to main content
Glama

pve_backup_delete

Delete a backup archive to remove a recovery point. Run a dry-run plan first to confirm impact before irreversible deletion.

Instructions

MUTATION: delete a backup archive (removes a recovery point). Dry-run by default; confirm=True to execute. Irreversible — deleting the last backup of a guest leaves no recovery point; the PLAN reports how many other backups of the same guest remain. Check the archive list first with pve_backup_list. Async — may return a task UPID or null depending on storage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoProxmox node hosting the storage; defaults to the configured node if omitted.
volidYesVolume ID of the backup archive to delete (as returned by pve_backup_list).
confirmNoGate: false returns a dry-run PLAN, true executes the deletion.
storageYesStorage ID holding the backup archive.
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Discloses mutation, irreversibility, dry-run safety gate, async behavior (may return task UPID or null), and PLAN reporting. With no annotations, the description fully compensates.

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?

Compact and front-loaded with 'MUTATION:' label. Each sentence adds distinct value without fluff, covering behavior, safety, and recommendations efficiently.

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

Completeness5/5

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

Addresses purpose, behavior, safety, async, and recommends sibling tool. Output schema exists, so return format detail is not required. The description is thorough for the tool's complexity.

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%, so baseline is 3. Description adds extra meaning for 'confirm' parameter (dry-run vs execute) and clarifies the 'volid' role via reference to pve_backup_list, raising it above baseline.

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?

Starts with 'MUTATION: delete a backup archive (removes a recovery point)' which clearly states the verb and resource. Distinguishes from sibling pve_backup_list by advising to check the archive list first.

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

Usage Guidelines5/5

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

Explicitly explains dry-run default and confirm=True to execute. Advises to check pve_backup_list first and warns about irreversibility, providing clear when-to-use and prerequisite guidance.

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/john-broadway/proximo'

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