clickup_list_create
Create task lists in ClickUp folders or spaces to organize projects and workflows using the ClickUp CLI tool.
Instructions
Create a new list in a folder or space (folderless)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | List description | |
| due_date | No | Due date as Unix timestamp (milliseconds) | |
| folder_id | No | Folder ID (mutually exclusive with space_id) | |
| name | Yes | List name | |
| space_id | No | Space ID for a folderless list (mutually exclusive with folder_id) | |
| status | No | List status |