reclaim_update_task
Update specific fields of a Reclaim.ai task using its ID. Only provided fields are changed; notes overwrite existing content.
Instructions
Update specific fields of an existing Reclaim.ai task using its ID. This performs a PATCH operation – only provided fields are changed. IMPORTANT: Updating fields like 'notes' overwrites the existing content. To append to notes, you MUST first use 'reclaim_get_task' to fetch the current notes, then provide the full combined text (old + new) in the 'notes' field of this update call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | New notes about the task (overwrites existing). | |
| title | No | The new title of the task. | |
| onDeck | No | New prioritization status. | |
| status | No | New status. | |
| taskId | Yes | The unique ID of the task to update. | |
| deadline | No | New deadline: days from now, ISO string, or YYYY-MM-DD. | |
| priority | No | New priority level. | |
| eventColor | No | New color for the task. | |
| snoozeUntil | No | New snooze until: days from now, ISO string, or YYYY-MM-DD. | |
| eventSubType | No | New subcategory. | |
| eventCategory | No | New category. | |
| timeChunksRequired | No | New number of 15-minute chunks. |