Skip to main content
Glama

tool_docker_converter

Generate a Dockerfile or Compose file from a Docker command. Provide the command and target format.

Instructions

[dev] Docker Converter

Parameters:

  • command (string): Command

  • format (string): Format

Outputs:

  • dockerfile (string): Dockerfile

  • compose (string): Compose

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoFormat
commandNoCommand
composeNoCompose
dockerfileNoDockerfile
Behavior1/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure. It merely lists parameter and output names without explaining what the tool does, how inputs are transformed, what side effects occur, or what the outputs represent. This is completely opaque.

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

Conciseness2/5

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

The description is short and uses a clear list structure, but it wastes space by restating the schema's single-word descriptions. It provides no additional insight and is under-specification rather than effective conciseness.

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

Completeness1/5

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

With no annotations, no output schema, and a minimal description, the tool is thoroughly incomplete from an agent's perspective. It doesn't convey the conversion logic, expected outputs, or any constraints, leaving the agent to guess at the tool's purpose and behavior.

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 covers all four properties with single-word descriptions (100% coverage), and the description repeats these names without adding value. It introduces a 'Parameters' vs 'Outputs' split, but the schema contains all four as properties, creating ambiguity about which are truly inputs versus outputs. No format, constraints, or relationships are explained.

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

Purpose2/5

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

The description offers the title 'Docker Converter' and lists parameters and outputs, but never states an explicit verb-action or what conversion is performed. It does not specify whether it converts commands to Dockerfile/compose or the reverse, and it does not differentiate itself from the many sibling utility tools.

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

Usage Guidelines1/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, what scenarios it is intended for, or which alternatives might be better. The description gives no context or exclusions whatsoever.

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/maple-awa/tool-mcp'

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