docker_stop
Stop a running Docker container by providing its name or ID. Manage container lifecycle directly via the MCP server.
Instructions
Stop a Docker container
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container | Yes | Container name or ID |
Stop a running Docker container by providing its name or ID. Manage container lifecycle directly via the MCP server.
Stop a Docker container
| Name | Required | Description | Default |
|---|---|---|---|
| container | Yes | Container name or ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It only says 'Stop', which implies a state change but omits details like whether it forces or gracefully stops, return behavior, permission requirements, or side effects (e.g., terminating processes).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short (3 words), but this sacrifices valuable context. It is under-specified rather than efficiently informative. Every sentence should earn its place; here, the name alone would suffice.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and simple parameters, the description lacks details about return values, error conditions (e.g., container not found, already stopped), and post-conditions. An agent cannot fully gauge the effects or safety of using this tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single parameter, which already describes 'container' as 'Container name or ID'. The tool description adds no additional meaning beyond the schema, so a baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description is a specific verb+resource ('Stop a Docker container'). It clearly differentiates from siblings like docker_start or docker_restart based on the operation name, though it does not explicitly contrast with them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool vs alternatives (e.g., docker_stop vs docker_restart, or stopping via docker_exec). There is no mention of prerequisites (e.g., container must be running) or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/6amdev/6amdev-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server