Edit Reminder
edit-reminderModify existing reminders by index or ID to update title, list, due date, notes, priority, and completion status.
Instructions
Modify an existing reminder. Reference by index number (from show output) or ID/UUID prefix. Can change title, list, due date, notes, priority, or completion status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reminder index number or ID/UUID prefix | |
| due | No | Set due date: 'today', 'tomorrow', 'YYYY-MM-DD', or 'YYYY-MM-DD HH:mm' | |
| list | No | Move to a different list | |
| notes | No | Set or update notes | |
| title | No | New title | |
| clearDue | No | Remove the due date | |
| complete | No | Mark as completed | |
| priority | No | Change priority level | |
| incomplete | No | Mark as incomplete |