create_list
Create a new list in a ClickUp space. Supports name-based space lookup so you don't need the space ID.
Instructions
Create a new list in a ClickUp space. Supports direct name-based lookup for spaces - no need to know the space ID. If the specified space doesn't exist, you can create it through the ClickUp web interface (space creation via API not supported).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | No | ID of the space to create the list in (optional if using spaceName instead) | |
| spaceName | No | Name of the space to create the list in - will automatically find the space by name (optional if using spaceId instead) | |
| name | Yes | Name of the list | |
| content | No | Description or content of the list | |
| dueDate | No | Due date for the list (ISO string) | |
| priority | No | Priority of the list (1-4) | |
| assignee | No | User ID to assign the list to | |
| status | No | Status of the list |