list_tasks
Fetch tasks filtered by status, priority, or tag, ordered by priority and due date.
Instructions
List tasks with optional filters.
Args: status: Filter by status ("todo", "in_progress", or "done"). priority: Filter by priority ("low", "medium", "high", "urgent"). tag: Filter by a specific tag.
Returns: List of matching tasks ordered by priority then due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| status | No | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |