Read Reminder
read_reminderRetrieve complete details of a reminder by providing its unique ID. Access full information including title, notes, due date, and priority.
Instructions
Read the full details of a specific reminder by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reminder ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| body | Yes | ||
| completed | Yes | ||
| completionDate | Yes | ||
| creationDate | Yes | ||
| modificationDate | Yes | ||
| dueDate | Yes | ||
| priority | Yes | ||
| flagged | Yes | ||
| list | Yes |