ticktick_get_tasks
List tasks from your TickTick projects with optional filters: project, tag, due date range, or include completed tasks.
Instructions
Use this to list tasks with optional filters. Fetches all tasks from a project (or all projects) and filters client-side. Optional: projectId, tag, dueBefore, dueAfter (YYYY-MM-DD strings), includeCompleted (default false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter by project/list ID. Omit to search all projects | |
| tag | No | Filter by tag (e.g. "@computer") | |
| dueBefore | No | Filter tasks due before this date (YYYY-MM-DD) | |
| dueAfter | No | Filter tasks due after this date (YYYY-MM-DD) | |
| includeCompleted | No | Include completed tasks (default: false) |