manage_task_notifications
List, add, or remove task notifications. Schedule alerts with absolute dates or relative offsets, and delete individual or all reminders.
Instructions
List, add, or remove task notifications. This mixed-operation tool is conservatively marked destructive: list is read-only, add mutates, and remove deletes one or all notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 0-based notification index (remove only). | |
| action | Yes | Notification operation to perform. | |
| taskId | No | Task ID (preferred identifier). | |
| taskName | No | Task name (fallback identifier). | |
| removeAll | No | Remove every notification (remove only). | |
| absoluteDate | No | ISO 8601 notification time (add only). | |
| relativeMinutes | No | Minutes relative to the due date; negative is before due (add only). |