create_list
Create a new list in a specified ClickUp folder, setting name, status, content, assignee, due date, and priority as needed.
Instructions
Create a new list in a folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | List name | |
| status | No | Status string matching a space status | |
| content | No | List description | |
| assignee | No | User ID to assign the list to | |
| due_date | No | Due date as Unix timestamp (ms) | |
| priority | No | Priority: 1=urgent, 2=high, 3=normal, 4=low | |
| folder_id | Yes | The folder ID |