ClickUp MCP Server

by v4lheru
Verified

get_threaded_comments

Retrieve threaded comments for a parent comment. Threaded comments allow for organized discussions within a comment thread.

Input Schema

NameRequiredDescriptionDefault
commentIdYesID of the parent comment

Input Schema (JSON Schema)

{ "properties": { "commentId": { "description": "ID of the parent comment", "type": "string" } }, "required": [ "commentId" ], "type": "object" }