Add notification
add_notificationSet a reminder on any OmniFocus task using an absolute date/time or a relative offset before its due date.
Instructions
Add a notification (reminder) to a task — absolute date or relative to due date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | When the notification fires — required for absolute notifications. Bare 'YYYY-MM-DD' is interpreted as LOCAL midnight on that calendar day; add a time and offset (e.g. 2026-03-05T09:00:00-06:00) to pin an exact moment. | |
| type | Yes | Notification type: 'absolute' for a specific date/time, 'relative' for minutes before due date | |
| taskId | No | The ID of the task | |
| taskName | No | The name of the task (alternative to taskId) | |
| minutesBefore | No | Minutes before the due date for relative notifications (e.g. 30 for 30 minutes before). Requires the task to have a due date. | |
| idempotencyKey | No | Stable request key for this create. Reuse identical arguments to replay its result across clients; an uncertain earlier attempt is never repeated. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |