get_items_plan
Retrieves a daily plan combining tasks, habits, chores, and events. Accepts date and timezone parameters to generate the aggregated plan for any day.
Instructions
Daily plan across all item kinds (Task, Habit, Chore, Event).
Returns a polymorphic array — each entry has a kind discriminator.
date defaults to today; tz is an optional IANA timezone.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| tz | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |