clickup_create_list
Create a new list in a ClickUp folder or as a folderless list in a space. Define name, content, due date, priority, and default status.
Instructions
Create a new list in a folder or as a folderless list in a space
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | Folder ID (for list inside folder) | |
| space_id | No | Space ID (for folderless list) | |
| name | Yes | List name | |
| content | No | List description | |
| due_date | No | Due date as Unix timestamp in milliseconds | |
| priority | No | Priority (1=urgent, 2=high, 3=normal, 4=low) | |
| status | No | Status name to use as default |