P
plith
/rigor_workflows
rigor workflows
List and search Rigor workflows for your organization, with filtering and pagination. Returns status, progress, capacity usage, and available actions per workfl
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_workflows for me.
Input
| Field | Type | Description |
|---|---|---|
| status | string | Filter by status (comma-separated). Valid values: executing, step_executing, completed, fa |
| task_type | string | Filter by classified task type |
| q | string | Search the workflow title and task description. Every whitespace-separated term must appea |
| folder_id | string | Filter by folder ID. Pass "unassigned" for workflows in no folder |
| created_after | string | ISO timestamp — only workflows created after this time |
| created_before | string | ISO timestamp — only workflows created before this time |
| counts_toward_limit | string (true | false) | Filter to workflows counting toward the concurrent limit |
| limit | number | Page size (default 20, max 100) |
| cursor | string | Pagination cursor (created_at timestamp from previous page) |
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_workflows","input":{}}'cli
npx cracked-ai run -p mcp-ai-plith-plith -e /rigor_workflows -i '{}'mcp
run_tool({ provider: "mcp-ai-plith-plith", endpoint: "/rigor_workflows", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.