list_reminders
View and filter reminders from Apple Reminders with options for list name, completion status, and pagination to manage tasks effectively.
Instructions
List reminders. Optionally filter by list name and/or completion status. Supports pagination via limit/offset.
Input Schema
TableJSON 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) |