remove_task_notification
Remove a specific notification from a task using its index, or clear all notifications at once.
Instructions
Remove a notification from a task by 0-based index, or remove all notifications with removeAll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 0-based index of the notification to remove (see list_task_notifications) | |
| taskId | No | The ID of the task | |
| taskName | No | The name of the task (as fallback if ID not provided) | |
| removeAll | No | Remove all notifications on the task (default: false) |