Filter Tasks
ticktick_filter_tasksFilter TickTick tasks by combining project, priority, due date range, and text search. Use AND logic to narrow down tasks precisely.
Instructions
Advanced task filtering. Combine multiple criteria: project, priority, date ranges, text search. All filters are AND-combined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to search in title and content | |
| priority | No | Filter by priority (0, 1, 3, or 5) | |
| due_after | No | Only tasks due after this date (ISO 8601) | |
| due_before | No | Only tasks due before this date (ISO 8601) | |
| project_id | No | Filter to tasks in this project only | |
| has_due_date | No | If true, only tasks with a due date; if false, only tasks without |