clickup_checklist_add_item
Add a new item to an existing ClickUp checklist on a task. The item starts as unresolved and can be assigned to a specific team member.
Instructions
Append a new item to an existing ClickUp checklist on a task. The item starts unresolved. To edit or resolve items use clickup_checklist_update_item; to remove them use clickup_checklist_delete_item. Returns the updated checklist object (with all items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignee | No | Optional user ID to assign this item to (they will see it on their assigned work). Obtain from clickup_member_list. | |
| checklist_id | Yes | ID of the parent checklist. Obtain from clickup_task_get (field: checklists[].id). | |
| name | Yes | Display text of the new checklist item (e.g. 'Send release notes'). |