Skip to main content
Glama

ClickUp MCP Server

create_list_comment

Facilitates team collaboration by adding comments to specific lists in ClickUp, enabling discussions on purpose, status, and updates. Assigns comments to users and manages notifications for efficient communication.

Instructions

Add a new comment to a list. List comments can be used for general discussion about the list's purpose or status.

Input Schema

NameRequiredDescriptionDefault
assigneeYesUser ID to assign the comment to
commentTextYesContent of the comment
listIdYesID of the list
notifyAllNoIf true, notifications will be sent to everyone including the comment creator

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "User ID to assign the comment to", "type": "number" }, "commentText": { "description": "Content of the comment", "type": "string" }, "listId": { "description": "ID of the list", "type": "string" }, "notifyAll": { "description": "If true, notifications will be sent to everyone including the comment creator", "type": "boolean" } }, "required": [ "listId", "commentText", "assignee" ], "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/v4lheru/clickup-mcp-server'

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