show_reminder
Finds and displays a specific reminder from the Reminders app by its identifier or title. Use an optional list name to match within a specific list.
Instructions
Reveal an exact or uniquely matching reminder in the Reminders app.
Args: identifier: Reminder id or name/title text list_name: Optional Reminders list name
Returns: Structured JSON with the shown reminder or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_name | No | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |