ClickUp MCP Server

by v4lheru
Verified

get_list_comments

Retrieve comments for a specific list. List comments apply to the entire list rather than individual tasks.

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the list
startNoUnix timestamp in milliseconds to get comments from a specific date
startIdNoComment ID to start pagination from

Input Schema (JSON Schema)

{ "properties": { "listId": { "description": "ID of the list", "type": "string" }, "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" } }, "required": [ "listId" ], "type": "object" }