Skip to main content
Glama
ellmos-ai

ellmos-codecommander-mcp

Convert Format

cc_convert_format
Idempotent

Convert configuration files between JSON, CSV, INI, YAML, TOML, XML, and TOON formats. Specify source and target file paths with input and output formats to transform data between structured formats.

Instructions

Converts between JSON, CSV, INI, YAML, TOML, XML, and TOON formats.

Args:

  • input_path (string): Source file

  • output_path (string): Target file

  • input_format (string): "json" | "csv" | "ini" | "yaml" | "toml" | "xml" | "toon"

  • output_format (string): "json" | "csv" | "ini" | "yaml" | "toml" | "xml" | "toon"

  • json_indent (number): JSON indentation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_pathYesSource file
output_pathYesTarget file
input_formatYesInput format
output_formatYesOutput format
json_indentNoJSON indentation
Behavior3/5

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

Annotations already provide idempotentHint=true, indicating repeated calls are safe. Description adds that it converts formats, but doesn't disclose whether input/output files are overwritten, if temporary files are created, or error handling. No contradiction with annotations (idempotentHint=true is consistent with conversion). Annotation contradiction: false.

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?

Description is concise (3 lines) with bullet-like listing of args. However, the Args section is essentially a duplication of the schema. Could be trimmed to just the first sentence plus a note about optional json_indent. Still, no wasted sentences.

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

Completeness4/5

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

Given no output schema, description lacks info on return value (e.g., success message, error handling). However, conversion tools typically return success/failure. Parameter coverage is complete. Suggestions for additional context: output file overwrite behavior or format conversion limitations.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by listing all parameters and their types, which is redundant but helpful in a quick look. It also mentions a non-schema item (json_indent with default) and provides format enums inline. Slight extra value beyond schema.

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 that the tool converts between multiple specific formats (JSON, CSV, INI, YAML, TOML, XML, TOON). The verb 'converts' and the list of formats provide high specificity. Sibling tools like cc_fix_json or cc_validate_json are related but distinct, and the description differentiates by covering many formats.

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 does not explicitly state when to use this tool versus alternatives. For example, if the goal is only to validate JSON, cc_validate_json might be better. However, the tool's broad format support implies it is the go-to for general conversion. No exclusion criteria or alternatives mentioned.

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/ellmos-ai/ellmos-codecommander-mcp'

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