Done Bear
DB
Done Bear
/checklist_add

Add Checklist Items

Add checklist items to a task; items start unchecked and append after existing ones. Pass `title` for one item or `titles` for several: a `titles` batch keeps t

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 /checklist_add for me.

Input

FieldTypeDescription
idempotency_keystringStable key that makes retries safe: repeated calls with the same key create only one recor
task*stringWorkspace-scoped task number, encoded as a string
titlestringChecklist item title
titlesarraySeveral checklist item titles, kept in the given order (use instead of `title`)
workspacestringWorkspace id, slug, or name
context*stringExplain 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":"/checklist_add","input":{"task":"...","context":"..."}}'
cli
npx cracked-ai run -p mcp-com-donebear-donebear -e /checklist_add -i '{"task":"...","context":"..."}'
mcp
run_tool({ provider: "mcp-com-donebear-donebear", endpoint: "/checklist_add", input: {"task":"...","context":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.