list_tasks
Retrieve all tasks with optional filters for status, tags, archived items, plus sorting and reverse order to quickly find the tasks you need.
Instructions
List all tasks with optional filtering.
Args: include_archived: Include archived tasks (default: False) status: Filter by status (PENDING, IN_PROGRESS, COMPLETED, CANCELED) tags: Filter by tags (OR logic) sort_by: Sort field (id, name, priority, deadline, status, planned_start, estimated_duration, created_at, updated_at) reverse: Reverse sort order
Returns: Dictionary with tasks list and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| status | No | ||
| reverse | No | ||
| sort_by | No | id | |
| include_archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||