Add Checklist Item
kaiten_add_checklist_itemAdd a new item to an existing checklist on a Kaiten card. Provide card ID, checklist ID, and item text to extend the checklist.
Instructions
Add a checklist item. 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. checklistId from kaiten_create_checklist or kaiten_get_checklist; edit with kaiten_update_checklist_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Item text | |
| cardId | Yes | Card ID | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |
| checklistId | Yes | Checklist ID |