Skip to main content
Glama

Convert.Online

List formats

list_formats
Read-only

List supported conversion formats. With no argument returns all input formats; with input_format returns the formats that input can be converted to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_formatNoOptional source format, e.g. "pdf". Omit to list all input formats.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The annotations already signal read-only behavior, and the description adds meaningful conditional behavior: no argument returns all input formats, while input_format narrows results to valid conversions. This is valuable context beyond the schema and annotations.

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?

Two concise sentences with no filler. The primary purpose is front-loaded, and the conditional behavior is stated efficiently without redundant detail.

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

Completeness5/5

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

For a simple, optional-parameter, read-only listing tool with no output schema, the description covers the behavior an agent needs to call it correctly. Nothing important is missing.

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 the schema already documents the parameter. The description adds semantic meaning by explaining the effect of omitting versus providing input_format, which goes beyond a simple type/description.

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 lists supported conversion formats and immediately distinguishes the two result modes based on the optional argument. This is specific enough to separate it from siblings like convert and list_options.

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?

It gives explicit guidance on when to omit or provide input_format, which is the main choice an agent faces. It does not explicitly contrast against sibling alternatives, but the behavioral distinction is clear and sufficient for this simple tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources