reminders_search
Search macOS Reminders by keyword in titles or notes, with options to filter by list, completion status, and result limit.
Instructions
Search reminders by keyword in title or notes. Supports filtering by list and completion status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to match in reminder title or notes | |
| list | No | Optional list name to filter search results | |
| includeCompleted | No | Whether to include completed reminders (default: false) | |
| limit | No | Maximum number of results to return (1-100, default: 20) |