Skip to main content
Glama
mustafaTokmak

container-mcp

Prune images

prune_images
Destructive

Remove dangling Docker images to free up disk space. Optionally remove all unused images by setting 'all' to true.

Instructions

Remove dangling images to reclaim disk. Pass all: true to remove all unused images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoRemove all unused images, not just dangling
Behavior4/5

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

The description adds context beyond the destructiveHint annotation by explaining the purpose (reclaim disk) and the difference between dangling and all unused images. It does not disclose all behavioral details (e.g., impact on running containers), but provides useful transparency.

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?

Two concise sentences. First sentence states the purpose and outcome, second sentence gives parameter usage. No wasted words, front-loaded with the main action.

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?

For a simple tool with one boolean parameter and no output schema, the description covers the primary behaviors (dangling vs all unused). It lacks explanation of terms like 'dangling' or edge cases, but is sufficient for typical usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes the 'all' parameter with 100% coverage. The description reinforces the parameter's effect but does not add new semantic information beyond what the schema provides. Baseline 3.

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 verb 'Remove' and resource 'dangling images' with the goal 'to reclaim disk'. It distinguishes itself from sibling 'remove_image' which removes a specific image, while this tool performs bulk removal.

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 explicitly mentions how to remove all unused images via 'all: true', and implies the default behavior (remove only dangling). However, it does not explicitly state when not to use the tool or mention 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/mustafaTokmak/container-mcp'

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