MCP tool to retrieve all comments for a specific ticket in the Thena platform.
get_ticket_comments
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | The ID of the ticket to fetch comments for |
Field | Type | Description |
---|---|---|
id | string | Comment unique ID |
content | string | Comment text |
contentHtml | string | HTML content |
contentMarkdown | string | Markdown content |
contentJson | string | JSON content |
isEdited | boolean | Whether the comment was edited |
threadName | string | Thread name |
commentVisibility | string | Comment visibility |
commentType | string | Type of comment |
isPinned | boolean | Whether the comment is pinned |
sourceEmailId | string | Source email ID |
metadata | object | Metadata (e.g., mentions, userReactions) |
createdAt | string | Creation timestamp (ISO8601) |
updatedAt | string | Last update timestamp (ISO8601) |
author | string | Author username or email |
authorAvatarUrl | string | Author avatar URL |
attachments | array | List of attachment objects |
authorId | string | Author user ID |
authorUserType | string | Author user type (e.g., “ORG_ADMIN”) |
impersonatedUserEmail | string | Impersonated user email |
impersonatedUserName | string | Impersonated user name |
impersonatedUserAvatar | string | Impersonated user avatar |
deletedAt | string | Deletion timestamp (if deleted) |
Field | Type | Description |
---|---|---|
data | array | List of comment objects |
status | boolean | Whether the request was successful |
message | string | Status message |
timestamp | string | Time the response was generated (ISO8601) |