reminders_list
List and filter reminders from Apple Reminders app by list name and completion status, returning up to 100 reminders for task management.
Instructions
List reminders from Apple Reminders app with optional filtering by list name and completion status. Returns up to 100 reminders.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Optional list name to filter by. If not specified, shows all lists. | |
| includeCompleted | No | Whether to include completed reminders (default: false) | |
| limit | No | Maximum number of reminders to return (1-100, default: 50) |