clickup_chat_reply_list
Retrieve threaded replies for a ClickUp Chat message in chronological order to track conversation history and context.
Instructions
List the threaded replies attached to a top-level ClickUp Chat message, oldest first. Returns an array of reply objects. Use clickup_chat_reply_send to post a new reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ID of the parent message. Obtain from clickup_chat_message_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |