mcp
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

FieldTypeDescription
title*stringTask title (the only required field).
descriptionstringTask body / details (optional).
prioritystring (urgent | high | normal | low)Priority level, urgent highest (optional).
list_idstringList to create the task on; resolve the id via pm_meta (optional; the org's first list whe
status_idstringInitial status; resolve the id via pm_meta (optional).
feature_idstringFeature id to link on the spine, from pm_meta or list_features (optional).
insight_idstringInsight id to link on the spine, from list_insights (optional).
sprint_idstringSchedule into a sprint (optional; resolve the id via list_sprints).
assignee_member_idsarrayMember 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.