Skip to main content
Glama

docker_system

Manage Docker system operations to monitor performance, clean up resources, and retrieve system information through the Code MCP Server.

Instructions

Docker system operations and information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesSystem action to perform
allNoApply to all resources (for prune)
volumesNoInclude volumes in operation
forceNoForce operation without confirmation

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.3/5.0
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 fails to disclose that actions like 'prune' are destructive and irreversible. 'info' and 'version' are read-only, but this is not stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely short at 6 words, but lacks sufficient information to be considered efficient. It is under-specified rather than concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and 4 parameters with varying behaviors. The description is insufficient; it should at least summarize key actions like info, events, df, prune, and their implications.

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?

Schema description coverage is 100% (all parameters described in schema). The description adds no additional meaning beyond what the schema already provides, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description 'Docker system operations and information' is vague and does not specify what actions are included (info, prune, etc.). While the schema lists actions, the description fails to distinguish this tool from siblings like docker_containers, docker_images, etc.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus other Docker sibling tools. The description provides no context about appropriate scenarios or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.