list_tasks
Retrieve all tasks and filter by status or priority to track pending, in-progress, completed, or cancelled work.
Instructions
List all tasks with optional filtering
Args:
status: Filter by status (pending, in_progress, completed, cancelled)
priority: Filter by priority (low, medium, high, urgent)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| priority | No |