Skip to main content
Glama
Leanware-io

ClickUp MCP Integration

by Leanware-io

get_spaces

Retrieve all workspace spaces to organize and access ClickUp projects and tasks efficiently.

Instructions

Get all spaces in the workspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/index.ts:37-39 (registration)
    Registration of the getSpacesTool in the tools array used by the MCP server.
    // Space tools getSpacesTool,
  • The core logic for fetching spaces from the ClickUp API using the SpaceService class method.
    async getSpaces() { return this.request<{ spaces: any[] }>(`/team/${this.workspaceId}/space`); }

Latest Blog Posts

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/Leanware-io/clickup-mcp-server'

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