create_checklist_item
Add a new checkable item to an existing checklist and optionally assign it to a user to track task completion.
Instructions
Add a single item (a checkable line) to an existing checklist, optionally assigned to a user. Returns the updated checklist. Use after create_checklist to populate it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ID of the checklist to add the item to. | |
| name | Yes | Text of the checklist item. | |
| assignee | No | Optional user id to assign the item to. |