Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_update_task_by_custom_id

Update ClickUp tasks using custom IDs to modify name, description, priority, due dates, tags, time estimates, assignees, or parent relationships.

Instructions

Update a task by its custom ID

Input Schema

NameRequiredDescriptionDefault
assigneesNoUser IDs to add or remove from the task
custom_idYesClickUp custom task ID
due_dateNoDue date as Unix timestamp in milliseconds
markdown_descriptionNoTask description in markdown format
nameNoTask name
parentNoParent task ID to move this task as a subtask
priorityNoTask priority (1-4): 1=Urgent, 2=High, 3=Normal, 4=Low
tagsNoArray of tag names to add to the task
time_estimateNoTime estimate in milliseconds

Input Schema (JSON Schema)

{ "properties": { "assignees": { "additionalProperties": false, "description": "User IDs to add or remove from the task", "properties": { "add": { "description": "Array of user IDs to add to the task", "items": { "type": "number" }, "type": "array" }, "rem": { "description": "Array of user IDs to remove from the task", "items": { "type": "number" }, "type": "array" } }, "type": "object" }, "custom_id": { "description": "ClickUp custom task ID", "type": "string" }, "due_date": { "description": "Due date as Unix timestamp in milliseconds", "type": "number" }, "markdown_description": { "description": "Task description in markdown format", "type": "string" }, "name": { "description": "Task name", "type": "string" }, "parent": { "description": "Parent task ID to move this task as a subtask", "type": "string" }, "priority": { "description": "Task priority (1-4): 1=Urgent, 2=High, 3=Normal, 4=Low", "type": "number" }, "tags": { "description": "Array of tag names to add to the task", "items": { "type": "string" }, "type": "array" }, "time_estimate": { "description": "Time estimate in milliseconds", "type": "number" } }, "required": [ "custom_id" ], "type": "object" }

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