Skip to main content
Glama
zskycode
by zskycode

compose_ps

Show all services defined in a Docker Compose file, with options to specify the compose file path, filter by service names, or set a project name.

Instructions

List Docker Compose services

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoPath to docker-compose.yml file
servicesNoServices to show (default: all services)
projectNameNoSpecify project name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does not explain whether a compose file is required, what happens if 'file' is omitted, how 'projectName' affects results, or what the output looks like. The basic read-only nature is implied but not detailed.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no wasted words. It is efficient, though slightly under-specified for a tool with three optional parameters and no annotations.

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?

The tool has no output schema, no annotations, and three optional parameters, yet the description only provides a high-level action. It omits return value expectations, default behavior, and command semantics, leaving an agent without enough context to invoke it confidently in varied situations.

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 input schema already documents all three parameters with 100% coverage, so a baseline of 3 is appropriate. The description adds no extra meaning about how 'file', 'services', or 'projectName' interplay, but it does not need to compensate for coverage gaps.

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

Purpose4/5

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

The description uses a specific verb ('List') and resource ('Docker Compose services'), clearly indicating the tool's core function. It does not, however, explicitly contrast with sibling tools like 'list_containers', leaving some room for ambiguity about whether it lists services or running containers.

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 is provided on when to use this tool versus alternatives such as list_containers or compose_up. The description simply states the action without any context on prerequisites, typical workflows, or exclusions.

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

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/zskycode/docker-mcp'

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