find-reminders
Retrieve all reminders for a task by its ID, or fetch a specific time-based or location reminder by its unique identifier.
Instructions
Find reminders by task ID (returns all reminder types), or get a specific reminder by its ID. Use reminderId for time-based reminders and locationReminderId for location reminders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | Find all reminders for a specific task. Returns both time-based and location reminders. | |
| reminderId | No | Get a specific time-based reminder (relative or absolute) by its ID. | |
| locationReminderId | No | Get a specific location reminder by its ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchId | Yes | The ID used for the search. | |
| reminders | Yes | The found reminders (time-based and location). | |
| searchType | Yes | The search type used: "task", "reminder", or "location_reminder". | |
| totalCount | Yes | Total reminders in this response. |