Skip to main content

convertfleet_guide

help

The Convert Fleet manual as Markdown: overview, per-tool reference, multi-step recipes, error handling and connection setup.

When to use
Starting a multi-step file job, or when a tool behaved in a way you did not expect and you want the contract spelled out.
Not for
Finding one specific tool (find_tool is faster and cheaper).
Returns
Markdown documentation for the requested topic, or for one named tool.

Parameters

NameTypeRequiredDescription
topicstringnoWhich section: 'overview', 'tools', 'recipes', 'errors', 'connect', or 'all'.
toolstringnoName of a single tool to document instead of a topic.

Example call

JSON-RPC tools/call body (sent to https://convertfleet.com/api/mcp):

{
  "jsonrpc": "2.0", "id": 1, "method": "tools/call",
  "params": { "name": "convertfleet_guide", "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.