get_today_items
Retrieve open tasks and projects scheduled for today or earlier, including overdue items. Excludes deadline-only tasks; use get_due_items for those.
Instructions
Get open tasks/projects with day <= the date (default today in
MARVIN_TIMEZONE, or the system's local timezone when unset) — i.e.
also items scheduled earlier than the date, not only those on exactly
that day. Tasks that only have a deadline are not included; fetch them
with get_due_items. Observed 2026-09-11 with rollover enabled in the
account; items with a clock time are untested.
Note: today's recurring tasks may be missing if the Marvin app hasn't
been running yet today (instances are generated by the client).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date YYYY-MM-DD; returns everything open with day <= the date; omit for today (MARVIN_TIMEZONE, else the system timezone) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||