Skip to main content
Glama

vsphere_delete_vm

Destructive

Permanently delete a virtual machine and all its files from disk. Requires the VM to be powered off and explicit confirmation.

Instructions

Permanently delete a virtual machine and all of its files from disk.

This cannot be undone. The VM must be powered off. Requires permission mode destructive and an explicit confirm=true.

Args: vm: VM name, managed object id, UUID or inventory path. confirm: Must be true; guards against accidental deletion. wait: Wait for the delete task to finish. timeout_seconds: Override the default task timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmYes
waitNo
confirmYes
timeout_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Goes beyond the destructiveHint annotation by explaining the permanence ('This cannot be undone'), the powered-off requirement, and the confirm guard. Adds meaningful behavioral context that annotations alone do not provide.

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 front-loaded with a one-sentence summary, then important warnings, then a clear Args list. Every sentence earns its place; no fluff or repetition.

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

Completeness5/5

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

For a destructive, multi-parameter tool, the description covers preconditions, permission requirements, confirmation guard, wait behavior, and timeout override. Combined with the existing output schema, this is complete enough for an agent to select and invoke the tool correctly.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining each parameter: vm accepts multiple identifiers, confirm must be true, wait controls task completion, and timeout_seconds overrides the default. This adds substantial meaning beyond the raw schema.

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 tool's function with a specific verb and resource: 'Permanently delete a virtual machine and all of its files from disk.' This distinguishes it from sibling tools like delete_snapshot or power off operations.

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?

Provides clear usage prerequisites: 'The VM must be powered off' and 'Requires permission mode destructive and an explicit confirm=true.' However, it does not explicitly mention alternative tools or when NOT to use this tool, so it gets a 4 rather than 5.

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/ISH2YU/VMware-MCP'

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