Skip to main content
Glama

convert_document

Convert documents between formats like Markdown, DOCX, HTML, LaTeX, EPUB, ODT, and RTF using Pandoc. Specify input and output paths; formats are auto-detected if not provided.

Instructions

Convert between document formats using Pandoc.

Args: input_path: Path to input file output_path: Path for output file from_format: Optional input format (auto-detected if not specified) to_format: Optional output format (auto-detected if not specified)

Returns: Output path or error message

Supported formats: markdown, docx, html, latex, epub, odt, rtf, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_formatNo
input_pathYes
from_formatNo
output_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description indicates file-based conversion with input/output paths and returns output path or error. However, without annotations, it omits details like overwrite behavior, file size limits, or error handling, limiting full transparency.

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?

The description is concise and well-structured with Args list, Returns line, and supported formats. Every sentence is informative, though the list of formats could be more compact.

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?

The description covers conversion logic and output, but given the large set of sibling tools and the general nature of this tool, it lacks guidance on when to choose this over specialized converters, which is a gap in completeness.

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?

With 0% schema description coverage, the description compensates well by explaining each parameter's purpose and optionality, including auto-detection for from_format and to_format. This adds significant value beyond the bare schema.

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 clearly states conversion between document formats using Pandoc and lists supported formats. However, it does not differentiate from the many specific conversion sibling tools (e.g., convert_docx_to_markdown), which reduces clarity on when this general tool is preferred.

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 explains that formats are optional and auto-detected, implying usage for arbitrary conversions. But it lacks explicit guidance on when to use this tool versus dedicated converters, and does not mention prerequisites or when not to use it.

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/rofiqcp/mcp-dokumen'

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