Skip to main content
Glama

gerenciar_docker_monorepo

Runs docker-compose commands (up, down, ps, logs) from the monorepo root, automatically detecting the correct stack for managing services.

Instructions

Executa comandos docker-compose (up, down, ps, logs) subindo automaticamente até a raiz do Monorepo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
acaoYesComando docker-compose
Behavior3/5

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

No annotations are present, so the description must carry the transparency burden. It does add that the tool automatically ascends to the monorepo root, which is a useful non-obvious behavior. However, it does not disclose side effects of 'up'/'down' or the output/failure behavior.

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?

One compact sentence, verb-first, with the key automatic-root-descending behavior included. It loses a point only because the parenthetical command list is inaccurate and could mislead despite the overall tight structure.

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

Completeness3/5

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

For a one-parameter tool this is close to adequate, and the schema covers the only parameter. Missing items are the output produced by the command execution and any side effects/prerequisites, especially with no output schema to fill that gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already gives full parameter semantics via an enum with a description, so baseline is 3. The description adds no value and actually introduces a conflict by mentioning 'ps' while the valid enum is 'status', which could lead an agent to send an invalid value.

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 ('Executa') and a clear resource ('comandos docker-compose'), and adds the monorepo-root behavior. However, it lists 'ps' where the schema accepts 'status', so the boundary is slightly muddied and the description is not fully aligned.

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?

There is no statement about when to prefer this tool or what alternatives exist. The command list implies common docker-compose operations, but no exclusions, prerequisites, or conditions are given.

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/danisluz/mcp-luz'

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