R
registry
/get_usage
Get component usage example
Show how to USE a Crucible component correctly: a worked example (its demo source) plus the conventions that make it render — notably the `relative isolate` wra
liveverifiedunknown~5s typical
mcpprobedregistry
$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-com-crucibleui-registry /get_usage for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Component name, e.g. 'corona' — find names via search_registry |
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-com-crucibleui-registry","endpoint":"/get_usage","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-com-crucibleui-registry -e /get_usage -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-com-crucibleui-registry", endpoint: "/get_usage", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.