List Tasks
list_tasksList todo tasks with optional filters for status, priority, due date, and pagination.
Instructions
List tasks with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return (default 50) | |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by status (pending, completed, cancelled) | |
| due_date | No | Filter by due date (YYYY-MM-DD, today, tomorrow, overdue, or range like 2026-08-31..2026-09-02) | |
| priority | No | Filter by priority (low, medium, high) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||