DB
Done Bear
/task_add
Add Task
Create a new task. The `when` parameter controls which GTD view it appears in: today (default), inbox, upcoming, anytime, or someday. A new task lands in Today
liveunknown~5s typical
mcpdonebear
$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-donebear-donebear /task_add for me.
Input
| Field | Type | Description |
|---|---|---|
| assignee | string | Member user id, name, or email to assign the task to |
| checklist | array | Checklist item titles to create on the task, kept in the given order |
| deadline | string | Due date in YYYY-MM-DD format |
| idempotency_key | string | Stable key that makes retries safe: repeated calls with the same key create only one recor |
| labels | array | Labels to attach (each a label id, title, or id prefix) |
| notes | string | Task description/notes |
| project | string | Project id, key, or name to assign this task to |
| team | string | Team id, key, or name |
| timezone | string | IANA timezone used to resolve "today" for views and scheduling (e.g. Australia/Melbourne). |
| title* | string | Task title |
| when | string (inbox | anytime | today | upcoming | someday) | GTD view bucket: today, inbox, upcoming, anytime, someday. Omitting this means today, with |
| workspace | string | Workspace id, slug, or name |
| context* | string | Explain why you are calling this tool and how it fits into the user's overall goal. This p |
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-donebear-donebear","endpoint":"/task_add","input":{"title":"...","context":"..."}}'cli
npx cracked-ai run -p mcp-com-donebear-donebear -e /task_add -i '{"title":"...","context":"..."}'mcp
run_tool({ provider: "mcp-com-donebear-donebear", endpoint: "/task_add", input: {"title":"...","context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.