M
mcp
/list_tasks
List Tasks
List the org's board tasks and return the matches with their status, priority, assignees, and any linked feature/insight/sprint. Optionally narrow by status_id
liveunknown~5s typical
mcpmcp
$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-aioproductos-mcp /list_tasks for me.
Input
| Field | Type | Description |
|---|---|---|
| status_id | string | Only tasks in this status; resolve the id via pm_meta (optional). |
| list_id | string | Only tasks on this list; resolve the id via pm_meta (optional). |
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-aioproductos-mcp","endpoint":"/list_tasks","input":{}}'cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /list_tasks -i '{}'mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/list_tasks", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.