list_reminders
Retrieve reminders from macOS Reminders, filtered by list name and completion status, with structured JSON output.
Instructions
List reminders, optionally filtered by list and completion state.
Args: list_name: Optional Reminders list name include_completed: Include completed reminders
Returns: Structured JSON with reminder matches or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_name | No | ||
| include_completed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |