Skip to main content
Glama

Run docker command

docker_raw

Run any Docker subcommand by supplying arguments as an array. Enables direct Docker control within your fleet management workflows.

Instructions

Run any docker subcommand. Pass arguments as an array, e.g. ["compose", "up", "-d"].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYesdocker arguments as an array
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the input format but does not mention potential destructive consequences, authentication requirements, or side effects of running arbitrary docker commands.

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 extremely concise: two sentences, front-loaded with the action, and no wasted words. Every sentence adds value.

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?

Given the tool is a simple raw command with one parameter and no output schema, the description is adequate. However, it lacks warnings about destructive actions and instructions for help, which would improve completeness.

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 coverage is 100% for the single parameter 'args'. The description adds an example of how to pass arguments (e.g., ['compose', 'up', '-d']), which provides marginal additional clarity beyond the schema's description.

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 clearly states the verb 'Run' and the resource 'any docker subcommand', with an example. It is specific and distinguishes from sibling tools like docker_logs and docker_ps.

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 says 'Run any docker subcommand' which implies it can be used for any docker operation not covered by sibling tools, but it does not explicitly state when to use this vs other docker tools, nor does it provide prerequisites or exclusions.

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/haydary1986/fleet-mcp'

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