snooze_task
Postpone a task to a future datetime by providing its task ID and ISO timestamp, hiding it until the scheduled time.
Instructions
Snooze a task until a future datetime. Example: 'Snooze task until tomorrow 9am'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task UUID | |
| snoozed_until | Yes | ISO datetime (e.g. '2026-05-20T09:00:00Z') |