create_reminder
Create a reminder from an email to track action items, deadlines, and follow-ups. Shows a confirmation dialog before adding the task.
Instructions
Create a reminder in macOS Reminders.app from an email. Shows a native confirmation dialog before adding. Use for action items, deadlines, and follow-up tasks extracted from emails. Use analyze_email_for_scheduling first to let the AI decide if a reminder is appropriate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Reminder body/notes (defaults to auto-built from email) | |
| title | No | Reminder title (defaults to email subject) | |
| account | Yes | Email account name | |
| confirm | No | Show native confirmation dialog before adding (default: true) | |
| mailbox | No | Mailbox containing the email | INBOX |
| due_date | No | ISO 8601 due date (e.g. 2026-02-20T10:00:00). Leave empty for no due date. | |
| email_id | Yes | Email ID from list_emails_metadata | |
| priority | No | Reminder priority | none |
| list_name | No | Reminders list name (default list if omitted) |