task_list
Fetch tasks from the desktop app database, filtered by status, project ID, tag ID, or keyword. Leave filters empty to return all tasks.
Instructions
获取任务列表。支持按状态、项目ID、标签ID、关键词筛选。不传参数则返回所有任务。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | 任务状态筛选,可选值: not_started(未开始), paused(暂停), in_progress(进行中), completed(完成), archived(归档) | |
| tag_id | No | 按标签ID筛选 | |
| keyword | No | 按标题或描述关键词搜索 | |
| project_id | No | 按项目ID筛选 |