Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RT_TOKENYesYour RT authentication token
RT_BASE_URLYesRT server base URL (e.g., https://rt.example.com/REST/2.0)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_ticketsA

Search for tickets using RT's TicketSQL query language. Returns summary information for matching tickets, with optional sorting and pagination.

The query is TicketSQL (NOT free-text keyword search). Examples:

  • My last 10 tickets: query="Owner = 'CurrentUser'", orderby="Created", order="DESC", per_page=10

  • Last 10 tickets created: query="id > 0", orderby="id", order="DESC", per_page=10

  • Created after a date: query="Created > '2026-06-01'"

  • By requestor: query="Requestor = 'jsmith'" (also Cc, AdminCc, Watcher, Owner)

  • ID range: query="id > 261000 AND id < 261700"

  • Combined: query="Queue = 'Support' AND Status = 'open' AND LastUpdated > '7 days ago'"

Call the get_ticketsql_grammar tool for the full TicketSQL field/operator reference.

get_ticketsql_grammarA

Get the TicketSQL query language reference (fields, operators, date literals, and examples) used by the search_tickets query parameter. Call this when constructing non-trivial searches.

get_ticketA

Get complete ticket information by ticket ID, including subject, status, queue, owner, dates, priority, and custom fields.

get_ticket_correspondenceA

Get ticket correspondence (comments and replies with attachments). Retrieves all correspondence entries grouped by transaction, showing inline text messages and file attachment metadata.

get_attachmentA

Download a specific attachment by ID. Returns base64-encoded content with metadata for any file type.

get_ticket_hierarchyA

Get ticket hierarchy (parent/child relationships). Builds the complete hierarchy tree if recursive=true, or only immediate relationships if recursive=false.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/msekoranja/rt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server