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