Done Bear
DB
Done Bear
/task_edit

Edit Task

Update one or more fields on an existing task. Only the provided fields are changed; omitted fields are left untouched. To remove a value, list the field in `cl

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_edit for me.

Input

FieldTypeDescription
task*stringWorkspace-scoped task number, encoded as a string
workspacestringWorkspace id, slug, or name
assigneestringAssign to a member (user id, name, or email)
cleararrayFields to remove a value from, e.g. ["deadline"]. Use this rather than sending an empty st
deadlinestringSet due date (YYYY-MM-DD)
notesstringNew description/notes (replaces existing)
projectstringProject id, key, or name
teamstringTeam id, key, or name
timezonestringIANA timezone used to resolve "today" for views and scheduling (e.g. Australia/Melbourne).
titlestringNew title
whenstring (inbox | anytime | today | upcoming | someday)Move to a different GTD view
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":"/task_edit","input":{"task":"...","context":"..."}}'
cli
npx cracked-ai run -p mcp-com-donebear-donebear -e /task_edit -i '{"task":"...","context":"..."}'
mcp
run_tool({ provider: "mcp-com-donebear-donebear", endpoint: "/task_edit", input: {"task":"...","context":"..."} })

Try it

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