Skip to main content
Glama

delete_vm_snapshot

Delete a specific VM snapshot by providing node, VM ID, and snapshot name. Optionally force deletion if the snapshot is in use.

Instructions

Delete a VM snapshot.

Args: node: The node name. vmid: The VM ID. snapname: Snapshot name to delete. force: Force delete even if snapshot is in use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
vmidYes
snapnameYes
forceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits. It only lists parameters without any mention of consequences, permissions, or side effects of the deletion. The force parameter is explained in the description, which helps, but overall transparency is low.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and to the point, using a single sentence plus a parameter list. There is no unnecessary information, but it could be improved by front-loading crucial warnings or context.

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

Completeness2/5

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

The description lacks complete context for a delete operation. It does not explain return values (though an output schema exists), error scenarios, or implications of the action. Given the complexity and lack of annotations, the description is insufficient.

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 has 0% description coverage. The description adds a brief explanation for each parameter (e.g., 'Force delete even if snapshot is in use'). While it provides some meaning beyond the schema, it is minimal and mostly restates the parameter names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 'VM snapshot', which is specific. However, it does not differentiate itself from sibling snapshot tools like create_vm_snapshot or rollback_vm_snapshot beyond the action.

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?

No guidance is provided on when to use this tool versus alternatives, nor are there any prerequisites, warnings, or context about when not to use it. The description is purely operational.

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

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