Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

update_task

Modify task properties such as title, description, status, priority, due date, and assignees in ClickUp MCP Server to maintain accurate and up-to-date task management for streamlined workflows.

Instructions

Update task properties

Input Schema

NameRequiredDescriptionDefault
assignees_addNoUser IDs to add as assignees
assignees_removeNoUser IDs to remove as assignees
descriptionNoNew description
due_dateNoNew due date
priorityNoNew priority
statusNoNew status
task_idYesTask ID
titleNoNew title

Input Schema (JSON Schema)

{ "properties": { "assignees_add": { "description": "User IDs to add as assignees", "items": { "type": "integer" }, "type": "array" }, "assignees_remove": { "description": "User IDs to remove as assignees", "items": { "type": "integer" }, "type": "array" }, "description": { "description": "New description", "type": "string" }, "due_date": { "description": "New due date", "type": "string" }, "priority": { "description": "New priority", "type": "integer" }, "status": { "description": "New status", "type": "string" }, "task_id": { "description": "Task ID", "type": "string" }, "title": { "description": "New title", "type": "string" } }, "required": [ "task_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/DiversioTeam/clickup-mcp'

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