MCP tool to retrieve all possible ticket priorities from the Thena platform, optionally filtered by team.
get_ticket_priorities
Name | Type | Required | Description |
---|---|---|---|
teamId | string | No | The team ID to fetch ticket priorities for |
Field | Type | Description |
---|---|---|
id | string | Unique priority ID |
name | string | Priority name (e.g., “High”) |
displayName | string | Display name for the priority |
description | string | Description of the priority |
teamId | string | Team ID this priority belongs to |
organizationId | string | Organization ID |
isDefault | boolean | Whether this is the default |
createdAt | string | Creation timestamp (ISO8601) |
updatedAt | string | Last update timestamp (ISO8601) |
Field | Type | Description |
---|---|---|
data | array | List of ticket priority objects |
status | boolean | Whether the request was successful |
message | string | Status message |
timestamp | string | Time the response was generated (ISO8601) |