Skip to main content
Glama

esxi_revert_snapshot

Restore a VM to a chosen snapshot on ESXi by providing device, VM, and snapshot identifiers.

Instructions

Revert a VM to a specific snapshot on ESXi

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_idYesVM identifier
device_idYesESXi host device ID
snapshot_idYesSnapshot identifier to revert to
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only says 'revert', failing to mention that this is a destructive operation that discards current VM state, may require the VM to be powered off, or other consequences. Minimal behavior is implied but not explicitly disclosed.

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 sentence that is direct and front-loaded with the essential purpose. No filler or redundant details.

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?

This is a mutation tool with no annotations, no output schema, and a very brief description. It lacks important context such as reversibility, prerequisites (e.g., VM power state), and potential data loss, making it incomplete for safe invocation.

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 schema descriptions cover all three parameters (100%), so the schema already provides the meaning. The description adds no additional parameter context, but since coverage is high, baseline 3 is appropriate.

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: 'Revert a VM to a specific snapshot on ESXi'. It uses a specific verb (revert) and resource (VM to snapshot), distinguishing it from sibling snapshot tools like create or delete snapshot.

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 implies usage when one wants to revert a VM to a snapshot, but does not explicitly state when to use this tool versus alternatives or mention any prerequisites or exclusions. With sibling tools available, explicit guidance would be helpful, but the purpose is clear enough.

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/monthop-gmail/iot-mcp-claude'

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