Revuo
R
Revuo
/tools.find_for_task

tools.find for task

Find the best MCP tools for a given task. Describe what you want to accomplish (e.g. 'manage github issues', 'send slack messages', 'query a database') and get

liveverifiedunknown~5s typical
mcpprobedrevuo
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-revuo-revuo /tools.find_for_task for me.

Input

FieldTypeDescription
taskDescription*stringNatural language description of the task you want to accomplish
remoteOnlybooleanIf true (default), only return tools from remote-capable MCP servers default true
accessstringOptional access-class filter: 'open' (callable anonymously), 'keyed', 'account', 'commerci
limitintegerMaximum number of tool results to return default 10

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-revuo-revuo","endpoint":"/tools.find_for_task","input":{"taskDescription":"...","remoteOnly":true,"limit":10}}'
cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /tools.find_for_task -i '{"taskDescription":"...","remoteOnly":true,"limit":10}'
mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/tools.find_for_task", input: {"taskDescription":"...","remoteOnly":true,"limit":10} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.