Update Checklist Item
kaiten_update_checklist_itemUpdate a Kaiten checklist item's text or completion status (checked flag) by supplying card, checklist, and item IDs; text limited to 4096 characters.
Instructions
Update a checklist item's text or checked flag. text has a 4096-character limit (Kaiten server-side cap). Item supports text and checked state only — due_date and responsible_id are not exposed by this fork. itemId from kaiten_get_checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New item text | |
| cardId | Yes | Card ID | |
| itemId | Yes | Item ID | |
| checked | No | Check/uncheck the item | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |
| checklistId | Yes | Checklist ID |