Revuo
R
Revuo
/tools.get

tools.get

Get detailed information about a specific MCP tool, scoped to one product. Pass both the productSlug and the tool name — same-named tools across products are di

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.get for me.

Input

FieldTypeDescription
productSlug*stringSlug of the product that exposes this tool (e.g. 'linear', 'github')
name*stringNormalized tool name (e.g. 'search_issues', 'send_message')

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.get","input":{"productSlug":"...","name":"..."}}'
cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /tools.get -i '{"productSlug":"...","name":"..."}'
mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/tools.get", input: {"productSlug":"...","name":"..."} })

Try it

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