list_due
Retrieve open tasks with a due date on or before a specified day. Filter by today, week, or month and cap the number of results.
Instructions
Open tasks with a Due date on or before a day (default: end of this week).
Args: by: YYYY-MM-DD, today, tomorrow, week, next-week, month. limit: Maximum number of tasks to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | week | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| count | Yes | matches before `limit` was applied | |
| tasks | Yes | ||
| truncated | No |