Skip to main content
Glama
convertica-net

mcp-convertica

Official

Convert a file with Convertica

convert_file

Convert local files using 35+ tools like PDF to Word, merge PDFs, or URL to PDF. Saves output alongside input or in a specified directory.

Instructions

Run one of convertica.net's conversion tools on local file(s) and save the result next to the input (or into output_dir). Use list_converters to see tool slugs and per-tool options. Examples: {tool: 'pdf-to-word', files: ['/docs/report.pdf']}; {tool: 'pdf-organize/merge', files: ['/a.pdf', '/b.pdf']}; {tool: 'url-to-pdf', options: {url: 'https://example.com'}}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesTool slug from list_converters, e.g. 'pdf-to-word' or 'pdf-organize/merge'
filesNoAbsolute paths of input file(s). Order matters for multi-file tools.
optionsNoTool-specific options as listed by list_converters (e.g. {angle: 90, pages: 'all'})
output_dirNoDirectory to save the result (default: alongside the first input file)
Behavior2/5

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

No annotations present, so description carries full burden. It does not disclose if input files are modified, whether operations are reversible, or any side effects. Basic conversion intent is clear but lacks behavioral details.

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?

Extremely concise: two sentences plus compact examples. No redundant words, and purpose is front-loaded.

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?

Adequate but missing key details: no mention of return value, success indication, or sync/async behavior. Given no output schema, these would be helpful for agent confidence.

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 covers all parameters (100% coverage), but description adds valuable usage context: 'order matters' for multi-file tools, and examples show how to use options and output_dir. Enhances schema meaning.

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 tool runs conversion tools on local files and saves results, with examples showing usage patterns. It explicitly ties to list_converters for tool slugs.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context on when to use (conversion via convertica.net) and direction to list_converters for options. No explicit when-not-to or alternatives, but siblings are absent.

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/convertica-net/convertica-mcp'

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