plith
P
plith
/rigor_execute

rigor execute

Execute a structured workflow end-to-end. Call rigor_plan first (free) to preview the step sequence and cost estimate before committing credits. Classifies the

liveverifiedunknown~5s typical
mcpprobedplith
$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-plith-plith /rigor_execute for me.

Input

FieldTypeDescription
task_description*stringNatural language description of the task. Be specific — include what you want produced, co
task_typestringOptional hint to bypass automatic classification. Passing it also removes the slowest clas
deliveryobjectDelivery method. Default: polling (MCP clients typically can't handle SSE).
preferencesobjectOptional workflow preferences.
contextobjectAdditional context for the workflow.

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-plith-plith","endpoint":"/rigor_execute","input":{"task_description":"..."}}'
cli
npx cracked-ai run -p mcp-ai-plith-plith -e /rigor_execute -i '{"task_description":"..."}'
mcp
run_tool({ provider: "mcp-ai-plith-plith", endpoint: "/rigor_execute", input: {"task_description":"..."} })

Try it

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