Skip to main content
Glama

qemu_vm_force_stop

Destructive

Instantly halt a QEMU VM when graceful shutdown fails. Leaves the VM locked for the session; use vm_unlock to release it.

Instructions

Immediately stop a managed QEMU VM when graceful shutdown is not possible. VM remains locked by this session; call vm_unlock when finished.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_idYes
Behavior4/5

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

Annotations already flag destructive/read-only status, but the description adds a valuable side effect: the VM remains locked by this session and requires calling vm_unlock. This goes beyond the structured metadata, though details like potential data loss are left implicit under the destructive hint.

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?

Two sentences, direct and front-loaded with the action, with no filler. Every word contributes to understanding the tool's purpose and consequences.

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?

The description covers the action, condition, and lock side effect, and the sparse schema plus annotations make this mostly sufficient. It doesn't address return values, but for a force-stop action that's acceptable and doesn't hinder selection or invocation.

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?

The schema provides no description for vm_id (0% coverage), and the description doesn't mention or explain the parameter, leaving the agent to infer that vm_id identifies the target VM. The pattern constraint is in the schema but lacks semantic context.

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 forces a QEMU VM to stop immediately and specifies the context where graceful shutdown isn't possible, distinguishing it from shutdown/restart tools. The verb 'stop' + resource 'VM' + condition is specific and unambiguous.

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?

It provides a clear condition ('when graceful shutdown is not possible') and a follow-up action ('call vm_unlock when finished'), which guides usage. However, it doesn't explicitly name alternatives like qemu_vm_shutdown, so the when-not-to-use guidance is implied rather than stated.

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/ido-pluto/windows98-mcp'

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