list_today
List tasks for a given day, including scheduled, overdue incomplete, and due-by items. Accepts today, tomorrow, yesterday, or YYYY-MM-DD.
Instructions
What's on for a day: do date that day, do date earlier but not done, due by then.
Args: day: YYYY-MM-DD or today/tomorrow/yesterday.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | today |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| scheduled | Yes | do date is that day | |
| due_by_then | Yes | ||
| scheduled_earlier_not_done | Yes |