Skip to main content
Glama
cgfm

dockhand-readonly-mcp

by cgfm

Summarize Docker runtime

get_runtime_overview
Read-onlyIdempotent

Retrieve aggregate counts for containers, health, network isolation, and stack states to monitor runtime status at a glance.

Instructions

Returns aggregate container, health, network-isolation, and stack-state counts for routine monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environment_idNoOptional Dockhand environment ID from list_environments.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is well covered. The description adds minimal behavioral context beyond stating it returns aggregate counts; it does not mention environment scoping or response structure, but this is acceptable given annotation coverage.

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 a single, front-loaded sentence that efficiently conveys the tool's essence without any waste. Every word contributes to understanding the purpose and scope.

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 low complexity (one optional parameter, no output schema), the description adequately covers the main function and return categories. It omits mention of the optional environment_id filter, but that is already fully documented in the schema, so the overall context is sufficiently complete.

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% for the single optional parameter, environment_id, which is fully described as an optional Dockhand environment ID from list_environments. The tool description adds no additional meaning beyond the schema, so the baseline of 3 applies.

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 uses a specific verb ('Returns') and resource scope ('aggregate container, health, network-isolation, and stack-state counts'), clearly distinguishing this aggregate overview tool from sibling list/detail tools like list_containers, get_container_summary, and list_stacks.

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 phrase 'for routine monitoring' provides clear context for when to use the tool. It implies this is for high-level aggregate checks rather than detailed troubleshooting, and the sibling tool names reinforce the distinction, though no explicit exclusions or alternatives are named.

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/cgfm/dockhand_readonly_mcp'

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