Skip to main content
Glama

volume_inspect

Read-only

Retrieve a Docker volume's full details by name, including mountpoint, driver, and labels. Use after volume_list to inspect a volume before backup or removal.

Instructions

Get a volume's full inspect payload by name.

Use it after volume_list to see a volume's on-disk location, driver, and labels — e.g. before a backup or volume_remove. Volumes are addressed purely by name; they have no separate id.

args: name - The volume name (volumes have no ids) returns: dict - The volume's attrs (Name, Driver, Mountpoint, CreatedAt, Labels, Options, Scope)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior4/5

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

Annotations already mark it read-only and non-destructive; the description adds valuable context that volumes have no ID and are addressed purely by name, and lists the exact return fields. This goes beyond the structured annotations.

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 tight and efficiently structured: a one-sentence purpose, a short usage note, and a brief args/returns section. Every sentence earns its place 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 simple one-param tool with no output schema, the description covers the what, when, and return shape completely. It also notes the lack of IDs, which is critical for correct invocation.

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 parameter description, so the description's clarification that 'name' is the volume name (with no ids) provides essential meaning. This compensates fully for the 0% schema coverage for a single parameter.

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 tool gets a volume's full inspect payload by name, using a specific verb and resource. It differentiates from siblings like volume_list and volume_remove by focusing on inspection, and the return field list confirms its 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?

Explicitly advises using it after volume_list and before backup or volume_remove, providing clear context. While it doesn't state explicit exclusions, the guidance is sufficient for selecting this tool over 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/L337-org/docker-mcp'

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