clickup_create_folderless_list
Creates a new List directly inside a ClickUp Space that has no Folder structure. Use this tool when your Lists sit directly under a Space, not inside a Folder.
Instructions
Create a new List directly inside a Space, with no parent Folder.
Use this for Spaces that are not organized into Folders. Use
clickup_create_list instead when the List belongs under an existing
Folder.
When to Use:
The Space has no Folder structure and Lists sit directly under it.
When NOT to Use:
The Space is organized into Folders — use
clickup_create_listso the new List lands in the right Folder.Copying an established List's tasks/views/custom fields — use
clickup_create_list_from_template_in_spaceinstead.
Returns:
A confirmation string with the new List's name and id, or an
Error ... string.
Examples: params = {"space_id": "67890", "name": "General"} params = {"space_id": "67890", "name": "Intake", "status": "green"}
Error Handling:
404 means space_id does not exist or is not accessible; 400 usually
means name is missing or a duplicate is not allowed under this Space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |