Generate a daily actions summary from Apple Calendar events and Reminders. Use when the user wants to plan their day, review their schedule, or get a morning briefing.
Generate a focused daily plan for today using the user's Apple Calendar and Reminders data.
calendar_get_events with startDate set to the start of today and endDate set to the end of today.reminders_get_reminders with dueBefore set to the end of today and dueAfter set to the start of today.reminders_get_reminders with no date filters to catch overdue items (reminders with past due dates that are still incomplete).Present the summary in this order:
Keep it scannable. Use short lines, not paragraphs. Omit sections that have no items.