update-checklist-item
Update a checklist item by changing its text or marking it as checked/unchecked.
Instructions
Update an existing checklist item (subtask). Allows changing the text content or completion status of the subtask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the task list | |
| taskId | Yes | ID of the task | |
| isChecked | No | Whether the item is checked off | |
| displayName | No | New text content of the checklist item | |
| checklistItemId | Yes | ID of the checklist item to update |