clickup_list_spaces
ActiveTool of Clickup
declared in 0.1.0
List all spaces in your ClickUp workspace. Returns space ID, name, and status.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-clickup-api-key",
"team_id": "9012345"
}
],
"required": [
"_apiKey",
"team_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "ClickUp API token"
},
"team_id": {
"type": "string",
"description": "Team/workspace ID"
}
}
}Parent server
Clickup
https://github.com/pipeworx-io/mcp-clickup
1/7 registries