update_reminder
Modify an existing reminder's title, notes, or due date by providing its current name. Optional list narrows search; blank fields preserve current values.
Instructions
Update properties of an existing reminder.
Args: name: The exact current name of the reminder to update. list_name: Optional list name to narrow the search. new_name: New title for the reminder. Leave empty to keep unchanged. notes: New notes/description. Leave empty to keep unchanged. due_date: New due date, e.g. "February 28, 2026 at 9:00 AM". Leave empty to keep unchanged.
Returns: True if the reminder was found and updated, False otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| notes | No | ||
| due_date | No | ||
| new_name | No | ||
| list_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |