edit_checklist_item
Update checklist items by modifying text, assignee, resolved state, or parent nesting. Only specified fields change, returning the updated checklist.
Instructions
Edit a checklist item — change its text, assignee, resolved (checked) state, or nest it under a parent item. Only the provided fields change. Returns the updated checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ID of the checklist the item belongs to. | |
| checklist_item_id | Yes | ID of the checklist item to edit. | |
| name | No | New text for the item. Omit to keep current. | |
| assignee | No | User id to assign the item to, or null to clear the assignee. Omit to keep current. | |
| resolved | No | Set true to check (resolve) the item, false to uncheck it. | |
| parent | No | ID of a parent checklist item to nest this one under, or null to un-nest it. |