DB
Done Bear
/search
Search Tasks
Search tasks across the workspace. Ranked lexical search over title and description: exact and prefix matches rank first, then word-boundary, substring, and fuz
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 /search for me.
Input
| Field | Type | Description |
|---|---|---|
| cursor | string | Opaque pagination cursor from a previous call's `nextCursor`. Pass it with the same filter |
| limit | integer | Max results default 20 |
| query* | string | Search query (matches title and description) |
| state | string (open | done | archived | all) | Filter by task state default "all" |
| timezone | string | IANA timezone used to resolve "today" for views and scheduling (e.g. Australia/Melbourne). |
| 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":"/search","input":{"limit":20,"query":"...","state":"all","context":"..."}}'cli
npx cracked-ai run -p mcp-com-donebear-donebear -e /search -i '{"limit":20,"query":"...","state":"all","context":"..."}'mcp
run_tool({ provider: "mcp-com-donebear-donebear", endpoint: "/search", input: {"limit":20,"query":"...","state":"all","context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.