Skip to main content
Glama
raymatos

NanoKVM MCP Server

by raymatos

nanokvm_mount_iso

Attach an ISO image to the target machine as a virtual CD-ROM or USB disk, enabling direct boot or installation from the image.

Instructions

Mount an ISO image for the target machine.

The target machine will see this as an attached CD-ROM or USB disk.

Args: file: Path to ISO file on the NanoKVM device as_cdrom: Mount as CD-ROM (True) or USB disk (False)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYes
as_cdromNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the effect: the target will see the ISO as a CD-ROM or USB disk. However, it does not disclose potential side effects, such as overwriting a previously mounted image, or whether the mount persists until unmounted.

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 concise and well-structured. It leads with the main action, explains the user-visible effect, and lists arguments with brief, useful explanations. Every sentence contributes.

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 mount tool, the description provides sufficient context: what it does, what the target sees, and parameter meanings. It does not mention prerequisites (e.g., ensuring the file exists) or that only one image may be mounted at a time, but these are minor gaps.

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

Parameters4/5

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

The schema has 0% coverage, but the description compensates by explaining both parameters: 'file' is the path on the NanoKVM device, and 'as_cdrom' distinguishes between CD-ROM and USB disk modes. This adds meaning beyond the bare schema titles.

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: 'Mount an ISO image for the target machine.' This uses a specific verb and resource, making it distinct from sibling tools like nanokvm_unmount_iso and nanokvm_list_images.

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 implies when to use the tool: when you want to attach an ISO image to the target machine. It does not explicitly mention alternatives or when not to use it, but the context is clear enough given the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/raymatos/nanokvm-mcp'

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