list_current
Get all scheduled entries for the current day, week, month, or year, plus any overdue items, to answer questions like 'what's on today?' or 'what's due this week?'
Instructions
Get scheduled entries for the current period plus any overdue items. Defaults to today. Use when the user asks what's on today, this week, this month, or wants a daily/weekly overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Include related objects. 'collection' inlines the collection, 'tags' inlines tags. Pass an array for both. | |
| period | No | Time scope. 'day' = today, 'week' = this week, 'month' = this month, 'year' = this year. Defaults to 'day'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| current | Yes | ||
| overdue | Yes |