create_folderless_list
Create a list directly under a ClickUp space without needing a folder. Specify space ID, name, and optional details like due date, priority, assignee, or status.
Instructions
Create a List directly under a Space (no Folder).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space 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. |