create_list_in_folder
Creates a new list within a specified folder in ClickUp. Use to organize tasks under a folder with optional details like content, due date, priority, and assignee.
Instructions
Create a List inside a Folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Folder ID. | |
| name | Yes | ||
| content | No | List description. | |
| due_date | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| due_date_time | No | ||
| priority | No | 1=urgent .. 4=low. | |
| assignee | No | Default assignee user id. | |
| status | No | List color/status name. |