List tasks
list_tasksList tasks, optionally filtered by status, priority, project, or top3 flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status | |
| is_top3 | No | Only show Top 3 focus tasks | |
| priority | No | Filter by priority: 1=high, 2=medium, 3=low | |
| project_id | No | Filter by project ID | |
| include_archived | No | Include archived tasks (default: false) |