upcoming_reminders
Find upcoming and overdue reminders across all contacts. Returns reminders sorted by date (overdue first, then soonest upcoming).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by reminder status (default: active) | |
| days_ahead | No | Look-ahead window in days from today (default: 14) | |
| include_overdue | No | Include overdue reminders with reminder_date before today (default: true) |