List Reminders
list_remindersLists reminders from Apple Reminders (Reminders.app) on this Mac. Optionally filter by completion status or list name. For Microsoft To Do use todo_list_tasks instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of reminders to return (earliest due first). Optional; defaults to all. | |
| completed | No | false or omitted = incomplete (the default). true = completed. There is no 'both': ask twice if you need them. | |
| list_name | No | Filter by reminder list name (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number returned in this response. | |
| total | No | Total matching before the limit. | |
| reminders | No |