Skip to main content
Glama
zong09
by zong09

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLICKUP_TEAM_IDNoPin a workspace. Without it the first workspace the token can see is used.
CLICKUP_API_TOKENYesPersonal API token. Required; the server exits with a message if unset.
CLICKUP_RATE_LIMITNoRequests/minute the client allows itself. Defaults to 90.90

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_workspace_mapA

The workspace's spaces, folders, lists (with their status names) and members, plus your own numeric user id. Call this first when you need an id for any other tool. Cached for 15 minutes, so repeat calls are free.

get_my_workA

Every open task assigned to you across the whole workspace, grouped by overdue / today / this week / later. This is the one to call for a standup, a 'what's on my plate' question, or a backlog sweep.

search_tasksA

Filtered task query across the entire workspace in one request — the tool to build any report or analytics on. Every filter is optional and they combine. Paginates automatically and says so if it hits the cap.

get_taskA

Full detail for one task: description, custom field values, subtasks, and optionally its comments. Use it after search_tasks or get_my_work has narrowed things down to a single task.

create_taskA

Create one or many tasks in one go — pass the whole array when breaking a discussion into a backlog, rather than calling this repeatedly. Each task is reported individually; one failure does not abort the rest.

update_taskA

Update one or many existing tasks — status changes, re-assignment, due dates, renames. Pass the whole array for a bulk change. Each update is reported individually.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/zong09/clickup-custom-mcp'

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