list_overdue_tasks
Aggregate all incomplete tasks past their due date from every Microsoft To Do list into a single view.
Instructions
List ALL overdue tasks (status ne completed and dueDateTime < today) across every list. Aggregated via Promise.all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_per_list | No | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |