search_reminders
Find reminders by matching names. Optionally filter by list or include completed tasks.
Instructions
Search reminders by name.
Args: query: Text to match in reminder names 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 |
|---|---|---|---|
| query | Yes | ||
| list_name | No | ||
| include_completed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |