Problem
The list_tasks tool only returns incomplete tasks. There's no way to retrieve completed tasks, which are needed for:
- Reviewing recently completed work
- Finding tasks to update with resolution notes
- Auditing task history
Proposed Solution
Either:
- Add a
status parameter to list_tasks (e.g., status: "completed", status: "all")
- Add a separate
list_completed_tasks tool
TickTick has a separate API endpoint for completed tasks that should be leveraged.
Problem
The
list_taskstool only returns incomplete tasks. There's no way to retrieve completed tasks, which are needed for:Proposed Solution
Either:
statusparameter tolist_tasks(e.g.,status: "completed",status: "all")list_completed_taskstoolTickTick has a separate API endpoint for completed tasks that should be leveraged.