add_task_notification
Add a reminder to a task at a specific absolute time or as an offset relative to its due date.
Instructions
Add a notification (reminder) to a task. Use absoluteDate for a fixed time, or relativeMinutes for an offset from the task's due date (negative = before due).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The ID of the task | |
| taskName | No | The name of the task (as fallback if ID not provided) | |
| absoluteDate | No | Absolute notification time in ISO 8601 format (e.g. 2026-03-05T09:00:00). Use this OR relativeMinutes, not both. | |
| relativeMinutes | No | Minutes relative to the task due date. Negative means before the due date (e.g. -30 = 30 minutes before). Requires the task to have a due date. |