ClickUp MCP Server

by v4lheru
Verified

get_chat_view_comments

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" }