DB
Done Bear
20 endpointsliveLocal-first task manager: create, edit, and complete tasks, projects, and checklists via MCP. (MCP server com.donebear/donebear, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Done Bear.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Read Guide /guide | Read Done Bear's guide for one topic: what the data means, how it relates to the rest of the product, and how to use it well. Load a topic before doing that kin | $0.0020 per call | unknown |
| Get Workspace Context /get_context | Get a snapshot of the current workspace: user info, task counts, recent tasks, and active projects. Use it to resolve a name or answer what is in the workspace, | $0.0020 per call | unknown |
| List Tasks /task_list | 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 | $0.0020 per call | unknown |
| Show Task Details /task_show | Get full details for a single task including its labels and checklist items. Pass its workspace-scoped task number. | $0.0020 per call | unknown |
| Add Task /task_add | 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 | $0.0020 per call | unknown |
| Edit Task /task_edit | 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 | $0.0020 per call | unknown |
| Complete Task /task_done | Mark a task as complete. It moves to the Logbook view. | $0.0020 per call | unknown |
| Reopen Task /task_reopen | Reopen a completed task. It returns to its previous view. | $0.0020 per call | unknown |
| Archive Task /task_archive | Archive a task. It moves to the Trash view. | $0.0020 per call | unknown |
| List Projects /project_list | List projects in the workspace. Filter by status: active (default), done, archived, or all. Returns up to `limit` projects; `hasMore` is true when more matched | $0.0020 per call | unknown |
| Add Project /project_add | Create a new project in the workspace. | $0.0020 per call | unknown |
| Join Project /project_join | Join a project: put it in the caller's Your projects sidebar list. On a workspace-visible project membership is personal list state, not access. A private proje | $0.0020 per call | unknown |
| Leave Project /project_leave | Leave a project: remove it from the caller's Your projects sidebar list. The project itself is untouched and stays visible to the whole workspace. Leaving a pro | $0.0020 per call | unknown |
| Search Tasks /search | Search tasks across the workspace. Ranked lexical search over title and description: exact and prefix matches rank first, then word-boundary, substring, and fuz | $0.0020 per call | unknown |
| List Labels /label_list | List labels in the workspace. Returns up to `limit` labels; `hasMore` is true when more matched than were returned. | $0.0020 per call | unknown |
| List Teams /team_list | List active (non-archived) teams in the workspace. Returns up to `limit` teams; `hasMore` is true when more matched than were returned. | $0.0020 per call | unknown |
| List Checklist Items /checklist_list | List the checklist items on a task in display order, including each item's id and completion state. | $0.0020 per call | unknown |
| Add Checklist Items /checklist_add | 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 | $0.0020 per call | unknown |
| Complete Checklist Item /checklist_done | Mark a checklist item as complete. To uncheck it again, use checklist_edit with completed: false. | $0.0020 per call | unknown |
| Edit Checklist Item /checklist_edit | Update a checklist item: rename it and/or set its completion state. Only the provided fields are changed; pass completed: false to uncheck an item. | $0.0020 per call | unknown |