apple_reminders_list
Get reminders from a specific list with details like name, due date, priority, and notes. Optionally include completed reminders.
Instructions
Get all reminders in a specific list. Returns name, completed, due date, priority, and notes for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_name | Yes | Name of the reminder list | |
| include_completed | No | Include completed reminders (default false) |