list_folders
Retrieve a list of folders within a specified space in ClickUp. Enables organized task management by accessing folder structures for improved project workflow navigation.
Instructions
List folders in a space
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_id | Yes | Space ID |
Input Schema (JSON Schema)
{
"properties": {
"space_id": {
"description": "Space ID",
"type": "string"
}
},
"required": [
"space_id"
],
"type": "object"
}