create_folder
Create a folder in a ClickUp space using space name or ID, with optional status override.
Instructions
Create a new folder 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 folder in (optional if using spaceName instead) | |
| spaceName | No | Name of the space to create the folder in - will automatically find the space by name (optional if using spaceId instead) | |
| name | Yes | Name of the folder | |
| override_statuses | No | Whether to override space statuses |