clickup_list_folders
ActiveTool of Clickup
declared in 0.1.0
List all folders in a ClickUp space. Provide space ID (e.g., "789"). Returns folder ID, name, and list count.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-clickup-api-key",
"space_id": "789"
}
],
"required": [
"_apiKey",
"space_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "ClickUp API token"
},
"space_id": {
"type": "string",
"description": "Space ID"
}
}
}Parent server
Clickup
https://github.com/pipeworx-io/mcp-clickup
1/7 registries