clickup_folder_create
Create a new folder to organize related lists within a ClickUp space. Specify the space ID and folder name to structure your workspace.
Instructions
Create a new folder inside a ClickUp space. Folders group related lists and start empty — add lists via clickup_list_create with folder_id. Returns the created folder object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the folder. Must be non-empty and unique within the space. | |
| space_id | Yes | ID of the parent space. Obtain from clickup_space_list (field: id). |