Skip to content

Add support for listing completed tasks #5

@krisrowe

Description

@krisrowe

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:

  1. Add a status parameter to list_tasks (e.g., status: "completed", status: "all")
  2. Add a separate list_completed_tasks tool

TickTick has a separate API endpoint for completed tasks that should be leveraged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions