MCP tool to assign a ticket to a specific agent in the Thena platform.
assign_ticket
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | The ID of the ticket to assign |
assignedAgentId | string | Yes | The ID of the agent to assign the ticket to |
Field | Type | Description |
---|---|---|
id | string | Ticket unique ID |
ticketId | number | Ticket number |
title | string | Ticket title |
description | string | Ticket description |
status | string | Current status |
priority | string | Priority |
account | string | Account name |
accountId | string | Account ID |
teamId | string | Team ID |
teamName | string | Team name |
assignedAgent | string | Assigned agent name |
assignedAgentId | string | Assigned agent ID |
assignedAgentEmail | string | Assigned agent email |
requestorEmail | string | Requestor email |
submitterEmail | string | Submitter email |
statusId | string | Status ID |
priorityId | string | Priority ID |
sentimentId | string | Sentiment ID |
sentiment | string | Sentiment |
createdAt | string (ISO8601) | Creation timestamp |
updatedAt | string (ISO8601) | Last update timestamp |
Field | Type | Description |
---|---|---|
data | object | The updated ticket object |
status | boolean | Whether the assignment succeeded |
message | string | Status message |
timestamp | string | Time the response was generated (ISO8601) |