Skip to main content
Glama

qemu_media_mount

Mount a managed ISO to a running Windows 98 VM and persist it for future starts, locking the VM until you call vm_unlock.

Instructions

Mount a managed ISO now when the VM is running and persist it for future starts. VM remains locked by this session; call vm_unlock when finished.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_idYes
media_idYes
Behavior4/5

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

Annotations already indicate mutability (readOnlyHint=false) and non-destructiveness (destructiveHint=false). The description adds valuable behavioral context by disclosing that the VM remains locked and instructing to call vm_unlock, which goes beyond the structured annotations. It also notes persistence across starts, which is not evident from the schema.

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 two concise sentences, front-loads the primary action, and includes necessary constraints without any fluff. Every word earns its place.

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?

For a simple two-parameter tool with no output schema, the description covers the core action, the VM running condition, persistence, and the lock/unlock lifecycle. It lacks details about possible failure modes or relationship to other media operations, but is reasonably complete for the tool's simplicity.

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 0% for both parameters, and the description does not explain vm_id or media_id. It only mentions 'managed ISO', which hints at media_id but does not describe the parameters' format or role. The description fails to compensate for the missing schema descriptions.

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 uses a specific verb ('Mount') with a clear resource ('managed ISO') and scope ('when the VM is running and persist it for future starts'). It clearly distinguishes from sibling tools like qemu_media_eject (ejects) and qemu_media_set_boot (sets boot order).

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?

The description states when to use the tool ('when the VM is running') and provides a required follow-up action ('call vm_unlock when finished'). However, it does not explicitly mention alternatives or when not to use it, though the lock/unlock context gives clear operational guidance.

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