Skip to main content
Glama
akmalovaa

proxmox-mcp

delete_container_snapshot

Destructive

Permanently delete an LXC container snapshot by specifying node, container ID, and snapshot name. Irreversible action requires elevated risk level.

Instructions

Delete an LXC container snapshot. Irreversible. Requires PROXMOX_RISK_LEVEL=all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode name where the container resides.
vmidYesLXC container numeric ID.
snapnameYesSnapshot name to delete (irreversible).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds the explicit warning 'Irreversible', which goes beyond the annotations (destructiveHint=true). It also mentions the risk level requirement. However, it does not describe other behavioral aspects like error conditions or side effects.

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 two sentences long, each providing essential information without any fluff. It is front-loaded with the primary action and immediately followed by critical caveats.

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?

For a simple delete operation, the description covers the core purpose, irreversibility, and a prerequisite (risk level). The output schema likely handles return values. It lacks details on error states or dependencies, but this is acceptable for the tool's simplicity.

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?

The input schema already provides clear descriptions for all 3 parameters (100% coverage). The description does not add any new semantic information beyond what the schema provides, so it meets the 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?

The description clearly states the action 'Delete' and the resource 'LXC container snapshot', distinguishing it from sibling tools like create_container_snapshot and rollback_container_snapshot. The added caveats 'Irreversible' and risk level requirement further clarify the purpose.

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 mentions the risk level requirement, which is a precondition, but does not explicitly state when to use this tool versus alternatives or when not to use it. Usage is implied by the tool name and action.

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

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