Skip to main content
Glama

ClickUp MCP Server

test.json858 B
{ "tests": [ { "name": "List Workspaces", "tool": "list_workspaces", "params": {}, "expectedFields": [ "teams" ], "assertions": [ { "type": "exists", "path": "teams" } ] }, { "name": "List Spaces", "tool": "list_spaces", "params": { "workspace_id": "test_workspace_id" }, "expectedFields": [ "spaces" ], "assertions": [ { "type": "exists", "path": "spaces" } ] }, { "name": "List Tasks", "tool": "list_tasks", "params": { "list_id": "test_list_id" }, "expectedFields": [ "tasks" ], "assertions": [ { "type": "exists", "path": "tasks" } ] } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-clickup'

If you have feedback or need assistance with the MCP directory API, please join our Discord server