create_reminder
Create a new reminder in macOS Reminders, with title, optional list, due date, and notes.
Instructions
Create a new reminder in the macOS Reminders app.
Args: name: The title of the reminder. list_name: The list to add the reminder to. Uses the default list if empty. due_date: Optional due date, e.g. "February 28, 2026 at 9:00 AM". notes: Optional notes/body for the reminder.
Returns: The name of the created reminder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| notes | No | ||
| due_date | No | ||
| list_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |