task_upsert
Create a new task or update an existing task's title and due date by supplying a task ID. Keeps task lists current with automatic, reversible changes.
Instructions
Create a task, or update an existing one's title/due date when task_id is given.
Decision 8 classifies this as automatic and reversible, unlike deletion, so it needs no approval step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| due_at | No | ||
| task_id | No |