Skip to main content
Glama
sandraschi

virtualization-mcp

snapshot_management

Manage VM snapshots: list, create, restore, delete via a single command needing only VM name and action.

Instructions

Comprehensive snapshot management portmanteau tool.

This tool consolidates all VM snapshot operations into a single interface. Use the 'action' parameter to specify which operation to perform. All actions require vm_name, and most require snapshot_name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe operation to perform. Must be one of: - "list": List all snapshots for a VM (requires: vm_name) - "create": Create a snapshot of a VM (requires: vm_name, snapshot_name) - "restore": Restore a VM to a snapshot (requires: vm_name, snapshot_name) - "delete": Delete a snapshot from a VM (requires: vm_name, snapshot_name)
vm_nameYesName of the virtual machine (required for all actions)
snapshot_nameNoName of the snapshot (required for create, restore, delete actions)
descriptionNoOptional description for the snapshot (only used for create action)
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description must disclose behavioral traits. It fails to mention that restore/delete are destructive, may cause downtime, or require VM power state conditions. This gap reduces transparency.

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 four sentences, front-loading purpose and structure. It is efficient, though the last sentence could be integrated into the parameter descriptions.

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?

Given the tool's multi-action nature, the description is adequate but lacks prerequisities (e.g., VM existence, required states for restore) and does not leverage the presence of an output schema to clarify return types.

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 67%, and the description adds minimal value beyond what the schema already provides (e.g., 'All actions require vm_name'). The description does not clarify semantics like default limits or edge cases.

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 identifies the tool as comprehensive snapshot management for VMs, consolidating multiple operations (list, create, restore, delete). It differentiates from sibling tools like vm_management by focusing solely on snapshots.

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 instructs to use the 'action' parameter to specify operation, but does not contrast with sibling tools like vm_management, nor does it specify when not to use this tool (e.g., for non-snapshot VM tasks).

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/sandraschi/virtualization-mcp'

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