Skip to main content
Glama
zskycode
by zskycode

compose_up

Start Docker Compose services from a compose file, enabling background execution, image building, service selection, project naming, and orphan cleanup.

Instructions

Start Docker Compose services

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoPath to docker-compose.yml file
buildNoBuild images before starting containers
detachNoRun in background
servicesNoServices to start (default: all services)
projectNameNoSpecify project name
removeOrphansNoRemove containers for services not defined in the Compose file

Schema Changelog

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

  1. First observedv0.3.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description alone must carry behavioral disclosure. It only says 'Start Docker Compose services' and does not mention side effects such as image building, network/volume creation, foreground blocking, or container removal with remove_orphans. This is a significant gap for a mutating operation.

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, direct sentence with no filler, front-loading the primary action. It is highly scannable and appropriately leaves parameter details to the schema.

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?

For a six-parameter mutating tool with no annotations and no output schema, a one-line description is insufficient. It omits behavioral expectations, foreground/background behavior, and return or output information, requiring the agent to rely on prior Docker knowledge.

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 covers all six parameters with full descriptions, so the description carries little burden. It adds no parameter-level nuance, but the schema already provides the necessary meanings, making the baseline 3 appropriate.

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 states a specific verb ('Start') and resource ('Docker Compose services'), making the core operation clear. It is distinguishable from siblings like compose_down and compose_ps, though it does not explicitly name alternative tools, so it falls just short of full differentiation.

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

Usage Guidelines3/5

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

The description implies usage when starting Docker Compose services, and the sibling set includes complementary operations like compose_down and compose_build. However, it gives no explicit when-to-use guidance, preconditions, 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