Skip to main content
Glama

pbs_snapshot_delete

Delete a specific backup snapshot from a PBS datastore. Permanent action—dry-run by default; set confirm=True to execute.

Instructions

MUTATION (HIGH): delete a specific backup snapshot (a recovery point) from a PBS datastore. Dry-run by default. Permanent — no undo. confirm=True to execute. Synchronous.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nsNo
storeYes
confirmNo
backup_idYes
backup_timeYes
backup_typeYes
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
Behavior4/5

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

With no annotations, the description carries full burden and clearly states the mutation is destructive ('permanent — no undo'), dry-run by default, and synchronous. This gives sufficient behavioral insight.

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, efficient sentence that immediately conveys the purpose and key behavioral traits (mutation, dry-run, permanence, sync). No unnecessary words.

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?

The description covers major behavioral aspects (dry-run, permanence, sync) and acknowledges the output schema exists. However, it omits prerequisites (e.g., snapshot not protected) and error conditions, which are important for a destructive operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 14% (only proximo_target has a description). The description adds meaning only for the confirm parameter ('confirm=True to execute'), leaving the four required identification parameters (store, backup_type, backup_id, backup_time) unexplained, which could lead to incorrect invocation.

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 action ('delete') and the resource ('specific backup snapshot / recovery point'), and distinguishes it from sibling tools like pbs_snapshots_list, pbs_snapshot_notes_set, and pbs_snapshot_protected_set.

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 guidance on when to use the tool (delete a snapshot) and how to use it safely (dry-run by default, confirm=True to execute). It highlights the permanent nature but does not explicitly mention alternatives like pbs_prune for bulk cleanup.

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