D
DiscreteRate
/describe_demo
describe demo
Full per-demo write-up: history, what it teaches, what to expect from the run_* output. Use this to ground the user before triggering a sim run, or to explain W
liveverifiedunknown~5s typical
mcpprobeddiscreterate
$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-discreterate-public /describe_demo for me.
Input
| Field | Type | Description |
|---|---|---|
| demo* | string (fast_slow_drain | hamburger_duo | valdez_tanker | vegetable_plant | chocolate_processing | sku_capacity) | Which DRS demo to act on. See list_drs_demos for the catalog. |
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-discreterate-public","endpoint":"/describe_demo","input":{"demo":"fast_slow_drain"}}'cli
npx cracked-ai run -p mcp-com-discreterate-public -e /describe_demo -i '{"demo":"fast_slow_drain"}'mcp
run_tool({ provider: "mcp-com-discreterate-public", endpoint: "/describe_demo", input: {"demo":"fast_slow_drain"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.