Skip to main content
Glama

ClickUp MCP Server

create_chat_view_comment

Enable team discussions by adding comments to a Chat view in ClickUp, facilitating collaboration outside specific tasks or lists. Notify all members for inclusive communication.

Instructions

Add a new comment to a Chat view. Chat view comments facilitate team discussions outside of specific tasks or lists.

Input Schema

NameRequiredDescriptionDefault
commentTextYesContent of the comment
notifyAllNoIf true, notifications will be sent to everyone including the comment creator
viewIdYesID of the Chat view

Input Schema (JSON Schema)

{ "properties": { "commentText": { "description": "Content of the comment", "type": "string" }, "notifyAll": { "description": "If true, notifications will be sent to everyone including the comment creator", "type": "boolean" }, "viewId": { "description": "ID of the Chat view", "type": "string" } }, "required": [ "viewId", "commentText" ], "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