List Tasks
list_tasksList project tasks with filters for status, priority, tag, or project. Returns non-completed tasks by default, supports pagination, and can include completed tasks.
Instructions
List tasks with filters. Defaults to showing non-completed tasks for the most recent active project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag | |
| limit | No | Max tasks to return (default: 50) | |
| offset | No | Number of tasks to skip for pagination (default: 0) | |
| status | No | Filter by status | |
| project | No | Project name or ID | |
| priority | No | Filter by priority | |
| include_done | No | Include completed tasks (default: false) |