Update Task Description or Checklist
planner_update_task_detailsUpdate a task's details by replacing its description, adding checklist items, or checking/unchecking existing checklist items.
Instructions
Update a task's description, add checklist items, or check/uncheck existing checklist items (item IDs come from planner_get_task).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| description | No | New description (replaces the existing one) | |
| check_item_ids | No | Checklist item IDs to mark checked | |
| uncheck_item_ids | No | Checklist item IDs to mark unchecked | |
| add_checklist_items | No | Checklist item titles to add |