R
Revuo
/tools.list_by_name
tools.list by name
List every (product, tool) pair that shares a normalized name. A disambiguation lookup — same name across providers does NOT mean the tools are interchangeable.
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.list_by_name for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Normalized tool name (e.g. 'search', 'create_issue') |
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.list_by_name","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /tools.list_by_name -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/tools.list_by_name", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.