Skip to main content
Glama
arnstarn

mcp-server-qnap-qvs

by arnstarn

mount_iso

Mount an ISO file to a virtual machine's CD-ROM drive for OS installation or software distribution.

Instructions

DESTRUCTIVE: Mount an ISO image to a VM's CD-ROM drive.

Args: vm_id: The VM identifier cdrom_id: The CD-ROM drive identifier (from get_vm_cdroms) image_path: Path to ISO on NAS (e.g. 'shared://ISOs/ubuntu.iso') confirm: Must be true to execute. Returns a preview otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_idYes
confirmNo
cdrom_idYes
image_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that the operation is destructive (mutation) and that confirm controls execution, returning a preview when false. This adds valuable behavioral context beyond a simple mount command, though it does not detail preview contents or error handling.

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 compact and well-structured: one line for purpose, a brief warning, and a clean list of arguments. Every sentence adds value with no redundancy.

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 tool with no annotations and no schema descriptions, the description covers all essential aspects: purpose, parameters, prerequisites, and execution confirmation. The output schema exists, so return details are not required. The mention of get_vm_cdroms adds completeness.

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?

All four parameters are explained with meaningful details: vm_id, cdrom_id (source from get_vm_cdroms), image_path (with an example), and confirm (execution requirement). This fully compensates for the lack of schema descriptions, which have 0% coverage.

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 to a VM's CD-ROM drive' with a specific verb and target. It distinguishes from siblings like unmount_iso by the operation performed. The 'DESTRUCTIVE' prefix adds emphasis but does not obscure the purpose.

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 usage context: tells you to get cdrom_id from get_vm_cdroms, and explains the confirm parameter behavior (must be true to execute, otherwise preview). Does not explicitly mention alternatives or when-not-to-use, but the context is sufficient for correct selection given sibling tools.

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/arnstarn/mcp-server-qnap-qvs'

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