Skip to main content

find_tool

help

Describe a file job in plain English and get the Convert Fleet tools that do it, ranked, each with example arguments you can send straight back.

When to use
Any time you are not certain which tool a request maps to. It costs no credit and one call beats guessing wrong twice.
Not for
Doing the work — it only points at the tool.
Returns
Ranked matches with why each fits, what it is NOT for, and a ready-to-send example call.

Parameters

NameTypeRequiredDescription
taskstringyesWhat you are trying to do, in plain English.
limitintegernoHow many suggestions to return (1-10).

Example call

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

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