Skip to main content
Glama
sniper35
by sniper35

detach_volume

Detach a storage volume from its current GPU instance. Requires the instance to be shut down first. Use this tool to manage storage resources in Verda Cloud.

Instructions

Detach a volume from its current instance.

Note: The instance must be shut down first.

Args: volume_id: The ID of the volume to detach.

Returns: Confirmation of detachment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
volume_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the prerequisite ('instance must be shut down first'), which is useful context, but lacks details on permissions, side effects, error handling, or rate limits. It adequately describes the core action but misses broader behavioral traits.

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 well-structured and front-loaded with the core purpose, followed by a note and clear sections for Args and Returns. Every sentence adds value without redundancy, making it efficient and easy to parse.

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?

Given the tool's complexity (a destructive operation with a prerequisite), no annotations, and an output schema (which handles return values), the description is mostly complete. It covers purpose, usage guidelines, and parameters, but could improve by addressing permissions or error scenarios for full contextual understanding.

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. It explains 'volume_id' as 'The ID of the volume to detach', adding meaning beyond the schema's title 'Volume Id'. However, it doesn't specify format or constraints, leaving some gaps in parameter understanding.

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 specific action ('detach') and resource ('a volume from its current instance'), distinguishing it from siblings like 'attach_volume' and 'create_volume'. It precisely defines the tool's function without ambiguity or tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('The instance must be shut down first') and implies alternatives by distinguishing from 'attach_volume'. It provides clear prerequisites and context for invocation, guiding the agent effectively.

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/sniper35/verda-cloud-mcp'

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