get_comment
Retrieve a specific comment by its ID to access details like content, author, and timestamps for debugging or analysis in LLM applications.
Instructions
Returns a single comment by its ID. Returns: id, objectType, objectId, content, authorUserId, createdAt, updatedAt. commentId is required.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | The comment ID. Required. |