Skip to main content
Glama
arnstarn

mcp-server-qnap-qvs

by arnstarn

delete_disk

Permanently delete a disk from a stopped virtual machine. Requires explicit confirmation to proceed, preventing accidental data loss.

Instructions

DESTRUCTIVE: Remove and delete a disk from a virtual machine.

This permanently deletes the disk image. The VM must be stopped.

Args: vm_id: The VM identifier disk_id: The disk identifier confirm: Must be true to execute. Returns a preview otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_idYes
confirmNo
disk_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral disclosure burden. It explicitly warns 'DESTRUCTIVE' and 'This permanently deletes the disk image,' and explains the preview behavior when confirm is false. This gives the agent critical information about irreversibility and execution requirements.

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. It front-loads the destructive nature, follows with the permanent effect and prerequisite, then provides an Args list that maps directly to the schema. Every sentence conveys essential information without fluff.

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 deletion tool, the description covers all critical context: the destructive irreversible action, the requirement that the VM be stopped, and the confirmation mechanism. An output schema exists, so return values need not be described. This is complete for an agent to use the tool safely.

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?

Schema description coverage is 0%, so the description must compensate for the bare schema. It does so by listing all three parameters (vm_id, disk_id, confirm) and adding crucial semantics: confirm must be true to execute and otherwise returns a preview. The parameter names alone are fairly self-explanatory, but the confirm clarification adds real value beyond the 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 opens with 'DESTRUCTIVE: Remove and delete a disk from a virtual machine,' which clearly identifies the action taken on a specific resource. This differentiates it from sibling tools like delete_vm or delete_snapshot by naming the disk as the target.

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 a key prerequisite: 'The VM must be stopped.' It also explains the confirm parameter's role, saying it 'Must be true to execute' and that otherwise it returns a preview. While it doesn't explicitly mention alternatives or when not to use this tool, the context is clear enough for an agent to decide.

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