Skip to main content
Glama
xalantis-hub

Xalantis MCP Server

Official
by xalantis-hub

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XALANTIS_API_KEYYesYour Xalantis API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_ticketsB

List support tickets with optional filters and pagination

get_ticketB

Get a single ticket by UUID

create_ticketB

Create a new support ticket

update_ticketA

Update an existing ticket (status, priority, subject, etc.)

reply_to_ticketB

Add a reply or internal note to a ticket

list_ticket_repliesC

List all replies and notes for a ticket

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: creating, retrieving, listing, replying to, updating tickets, and listing replies. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_ticket, list_tickets, reply_to_ticket), making them predictable and easy to understand.

Tool Count5/5

Six tools is an appropriate number for a focused ticketing system. Each tool addresses a core operation without unnecessary redundancy or bloat.

Completeness4/5

The tool set covers the main lifecycle of a ticket: create, read, update, list, and add replies. A delete ticket or advanced search tool is missing, but these are minor gaps for a basic implementation.

Maintenance

ActivitySlowing
ResponsivenessNo issues