M
mcp
/create_task
Create Task
Create a task and return the created task. list_id defaults to the org's first list when omitted; feature_id / insight_id link it to the spine and sprint_id sch
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 /create_task for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | Task title (the only required field). |
| description | string | Task body / details (optional). |
| priority | string (urgent | high | normal | low) | Priority level, urgent highest (optional). |
| list_id | string | List to create the task on; resolve the id via pm_meta (optional; the org's first list whe |
| status_id | string | Initial status; resolve the id via pm_meta (optional). |
| feature_id | string | Feature id to link on the spine, from pm_meta or list_features (optional). |
| insight_id | string | Insight id to link on the spine, from list_insights (optional). |
| sprint_id | string | Schedule into a sprint (optional; resolve the id via list_sprints). |
| assignee_member_ids | array | Member ids to assign, from 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":"/create_task","input":{"title":"..."}}'cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /create_task -i '{"title":"..."}'mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/create_task", input: {"title":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.