list_todos
Retrieve your tasks with optional filters for status, due date, and priority. Quickly see what's pending, overdue, or completed.
Instructions
List the user's tasks with optional filters. Use this when asked directly, or when you need context to give a useful, honest answer about where things stand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by a specific tag or label. | |
| done | No | true = completed only, false = pending only. Omit for all. | |
| overdue | No | Only tasks past their due date and still open. | |
| priority | No | ||
| due_today | No | Only tasks due today. |