clickup_folder_list
List all folders in a ClickUp space to organize and access grouped lists. Returns folder details including ID, name, task count, and archived status.
Instructions
List all folders in a ClickUp space. Folders are optional groupings that contain lists; a space may also have folderless lists (use clickup_list_list with space_id for those). Returns a compact array of folder objects (id, name, task_count, archived).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | true = include archived folders; false or omitted = only active folders. Defaults to false. | |
| space_id | Yes | ID of the parent space. Obtain from clickup_space_list (field: id). |