get_comment
Retrieve a specific comment by its ID to view details, reference, or quote it. Optionally includes the document text the comment refers to.
Instructions
Retrieves a specific comment by its ID.
Use this tool when you need to:
View details of a specific comment
Reference or quote a particular comment
Check comment content and metadata
Find a comment mentioned elsewhere
Args: comment_id: The comment ID to retrieve include_anchor_text: Whether to include the document text that the comment refers to
Returns: Formatted string with the comment content and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ||
| include_anchor_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |