Remove notification
remove_notificationRemove a task notification by its index. After removal, remaining notifications are returned, so you can re-target correctly when indices shift.
Instructions
Remove a notification (reminder) from a task by index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index of the notification to remove (use list_notifications to see indices). Indices shift after every removal — the remaining list is returned so you can re-target correctly. | |
| taskId | No | The ID of the task | |
| taskName | No | The name of the task (alternative to taskId) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |