Skip to main content

list_supported_formats

utility

Return 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.

Parameters

NameTypeRequiredDescription
fromstringnoOptional 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

npx -y mcp-remote https://convertfleet.com/api/mcp --header "Authorization: Bearer flt_YOUR_KEY"

See the quickstarts for Claude, Cursor, Hermes, OpenClaw, n8n, Zapier and Make.