clickup_checklist_create
Create a new checklist on a ClickUp task to organize and track to-do items. Attach the checklist to a specific task using its ID and name it for clear identification.
Instructions
Create a new checklist (to-do group) on a ClickUp task. The checklist starts empty — add items via clickup_checklist_add_item. A task can have multiple checklists. Returns the created checklist object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the checklist (e.g. 'Launch prep', 'QA steps'). Shown as a heading above the items. | |
| task_id | Yes | ID of the task to attach the checklist to. Obtain from clickup_task_list (field: id). |