Task Search¶
Search native task descriptions in TaskStore. For full-text knowledge search, use the task-note IR source, which indexes current Co-work document heads rather than Markdown files.
MCP name: task_search
Category: tasks
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
include_archived |
bool |
No | Include archived tasks (default False) |
include_done |
bool |
No | Include completed tasks (default True) |
limit |
int |
No | Max results (default 50) |
query |
str |
Yes | Substring to search for in task description text. Empty string returns nothing. |