complete_reminder
Mark a specific reminder as completed by providing its unique ID. Obtain the ID from the list_reminders tool to target the correct reminder.
Instructions
标记指定 id 的提醒事项为已完成。
Args: reminder_id: 提醒事项的 id(先用 list_reminders 查到)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminder_id | Yes |