Done Bear
DB
Done Bear
/task_list

List Tasks

List tasks in the workspace, most recently updated first. Filter by view (inbox, today, upcoming, anytime, someday) and/or state (open, done, archived, all); `s

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

Input

FieldTypeDescription
cursorstringOpaque pagination cursor from a previous call's `nextCursor`. Pass it with the same filter
limitintegerMax results default 20
searchstringRanked lexical search over title/description; when set, results are ordered by relevance i
statestring (open | done | archived | all)Filter by task state default "open"
timezonestringIANA timezone used to resolve "today" for views and scheduling (e.g. Australia/Melbourne).
viewstring (inbox | anytime | today | upcoming | someday)Filter by GTD view bucket
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":"/task_list","input":{"limit":20,"state":"open","context":"..."}}'
cli
npx cracked-ai run -p mcp-com-donebear-donebear -e /task_list -i '{"limit":20,"state":"open","context":"..."}'
mcp
run_tool({ provider: "mcp-com-donebear-donebear", endpoint: "/task_list", input: {"limit":20,"state":"open","context":"..."} })

Try it

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