find_tool
helpDescribe 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
| Name | Type | Required | Description |
|---|---|---|---|
| task | string | yes | What you are trying to do, in plain English. |
| limit | integer | no | How 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.