list_tasks
Retrieve tasks filtered by contact, due date, priority, or category. Returns open tasks by default, with option to include completed.
Instructions
List tasks / to-dos. By default returns open (incomplete) tasks. Filter by contact, due-date window, priority, or category to answer questions like 'what's due this week?' or 'what's open for this client?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| dueAfter | No | ISO 8601 date — only tasks due on or after this. | |
| priority | No | ||
| contactId | No | Only tasks linked to this contact. | |
| dueBefore | No | ISO 8601 date — only tasks due on or before this. | |
| includeCompleted | No | Include completed tasks (default false). |