Skip to main content
Glama
call518

MCP-OpenStack-Ops

get_server_volumes

List all volumes attached to a specified OpenStack server instance using its name or ID.

Instructions

Get all volumes attached to a specific server

Args: instance_name: Name or ID of the server instance

Returns: JSON string with server volumes information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose read-only behavior, authentication needs, error conditions (e.g., server not found), or response structure beyond 'JSON string'. Minimal behavioral context beyond the basic operation.

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?

Very concise: two lines of descriptive text plus standardized Args/Returns sections. Every sentence adds value, no redundancy. The structure is clear 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 output schema exists (not shown but indicated), the description does not need to detail return values. The single required parameter is well-explained. However, lacks behavioral details like error handling or rate limits, but for a simple query tool it is largely sufficient.

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 no description for instance_name (0% coverage). The description clarifies that the parameter accepts 'Name or ID of the server instance', adding crucial semantic information. This compensates well for the schema gap.

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 explicitly states 'Get all volumes attached to a specific server', which is a specific verb-resource pair. Distinguishes from sibling tools like get_volume_list (which lists all volumes) and get_instance (which retrieves server details).

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives. The context is implied (e.g., needing volumes for a specific server), but no when-not-to-use or prerequisite information is provided. Sibling tools are not mentioned as alternatives.

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/call518/MCP-OpenStack-Ops'

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