clickup_create_checklist
Add an empty checklist to a task to group related to-do items. Break tasks into trackable sub-steps.
Instructions
Add a new (empty) checklist to a task.
Checklists group related to-do items on a task; add items afterwards with
clickup_create_checklist_item.
When to Use:
Breaking a task into a set of trackable sub-steps that are not full tasks.
When NOT to Use:
For work that needs its own assignee, due date, or status — create a subtask instead (
clickup_create_taskwith aparent).
Returns: A confirmation string with the new checklist's name and id.
Examples: params = {"task_id": "9hz", "name": "Pre-launch checks"} params = {"task_id": "CUST-123", "name": "QA", "custom_task_ids": True, "team_id": "123"}
Error Handling: 404 means the task_id does not exist; 403 with custom_task_ids commonly means the team_id does not match the token's Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |