Skip to main content
Glama
OnStartups

Agent.ai MCP Server

by OnStartups

file_converter_convert_action

Convert files between 200+ formats including documents, images, video, and audio using CloudConvert. Provide a file URL, input format, and output format to get the converted result.

Instructions

Convert a file from one format to another using CloudConvert. Supports 200+ formats including documents, images, video, audio, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_file_urlYesS3 or public URL of the file to convert.
input_formatNoFile extension (e.g. pdf, docx, png, mp4).
output_formatYesTarget format (e.g. txt, jpg, mp3).
output_variable_nameYesVariable name for the result.converted_file
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions it uses CloudConvert and supports many formats, but fails to disclose critical behavioral traits such as whether conversion is synchronous or asynchronous, file size limits, authentication requirements, or what happens to the original file. This is insufficient for safe and correct invocation.

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

Conciseness3/5

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

The description is a single sentence, which is concise but lacks structure. Given the complexity of the tool (4 parameters, conversion process), it could benefit from brief bullet points or a more detailed breakdown. The length is appropriate but the flat structure limits clarity.

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

Completeness2/5

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

The description does not explain the return value or output format, and there is no output schema. The agent does not know what the result of the conversion will be (e.g., a URL or file path). Additionally, siblings like file_converter_render_conversion_report suggest that output handling may be separate, which is not clarified. The description is incomplete for reliable use.

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 description coverage is 100%, with each parameter having a clear description in the input schema. The tool description adds no additional meaning beyond what the schema provides, so baseline 3 is appropriate.

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 'convert' and the resource 'file from one format to another', and specifies the scope using CloudConvert with 200+ formats. It distinguishes from siblings like file_converter_encrypt_action, file_converter_merge_action, etc. by focusing solely on format conversion.

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 implies the tool should be used when converting file formats, but does not provide explicit guidance on when to use this tool versus alternatives among the many file_converter siblings (e.g., merge, split, encrypt). No exclusions or when-not-to-use conditions are stated.

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/OnStartups/agentai-mcp-server'

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