List Reminders
list_remindersList reminders from Apple Reminders with optional filters by list name and completion status. Supports pagination via limit and offset.
Instructions
List reminders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Filter by list name | |
| completed | No | Filter by completed status (true/false). Omit to list all. | |
| limit | No | Max number of reminders to return (default: 200) | |
| offset | No | Number of reminders to skip for pagination (default: 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| offset | Yes | ||
| returned | Yes | ||
| reminders | Yes |