get_comment_thread
Fetch full details of a comment thread by ID, including open/resolved status, replies, reactions, attachments, and page context. Call list_comment_threads first if you don't have the thread ID.
Instructions
Get full details for one visible comment thread, including its open/resolved status, all reply messages, reactions, attachments, page context, and pinned node context. Works for any status. Call list_comment_threads first when you do not already know the commentThreadId. Deleted threads/messages are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Optional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session. | |
| commentThreadId | Yes | The ID of the comment thread to read. |