Skip to main content
Glama

ClickUp MCP Server

get_chat_view_comments

Retrieve comments from a Chat view in ClickUp to access team discussions. Specify view ID, start date, or comment ID for precise results.

Instructions

Retrieve comments from a Chat view. Chat views provide a dedicated space for team discussions.

Input Schema

NameRequiredDescriptionDefault
startNoUnix timestamp in milliseconds to get comments from a specific date
startIdNoComment ID to start pagination from
viewIdYesID of the Chat view

Input Schema (JSON Schema)

{ "properties": { "start": { "description": "Unix timestamp in milliseconds to get comments from a specific date", "type": "number" }, "startId": { "description": "Comment ID to start pagination from", "type": "string" }, "viewId": { "description": "ID of the Chat view", "type": "string" } }, "required": [ "viewId" ], "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