Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

create_task_comment

Add comments to tasks in ClickUp, providing context, updates, or instructions. Specify task ID, comment text, and optional assignee, with notifications to all assignees by default.

Instructions

Create a comment on a task

Input Schema

NameRequiredDescriptionDefault
assigneeNoUser ID to assign (optional)
comment_textYesComment text
notify_allNoNotify all assignees (default: true)
task_idYesTask ID

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "User ID to assign (optional)", "type": "integer" }, "comment_text": { "description": "Comment text", "type": "string" }, "notify_all": { "description": "Notify all assignees (default: true)", "type": "boolean" }, "task_id": { "description": "Task ID", "type": "string" } }, "required": [ "task_id", "comment_text" ], "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