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