add_checklist_item
Add a checklist item to a card in Kaiten to break down tasks. Set due date, responsible user, and initial state as needed.
Instructions
Add an item to a card checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Item text | |
| card_id | Yes | Card ID | |
| checked | No | Initial checked state | |
| due_date | No | Due date (YYYY-MM-DD) | |
| sort_order | No | Position | |
| checklist_id | Yes | Checklist ID | |
| responsible_id | No | Responsible user ID |