list_supported_formats
utilityReturn the catalogue of input/output formats Convert Fleet supports, grouped by category, so you can choose a valid target_format for convert_file. Optionally pass 'from' to echo whether a given source format is recognised.
- When to use
- Before spending a credit on a conversion you are not sure about. Pass `from` to see exactly what one input format can become.
- Not for
- Converting anything — it only lists what is possible.
- Returns
- The catalogue: total formats, total conversion pairs, and the format list (filtered to the targets for `from` when given).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| from | string | no | Optional source format to check, e.g. 'docx'. |
Example call
JSON-RPC tools/call body (sent to https://convertfleet.com/api/mcp):
{
"jsonrpc": "2.0", "id": 1, "method": "tools/call",
"params": { "name": "list_supported_formats", "arguments": {} }
}Connect first
curl -sN https://convertfleet.com/api/mcp \
-H "Authorization: Bearer flt_YOUR_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'See the quickstarts for Hermes, Claude, Cursor, OpenClaw, n8n, Zapier and Make.