Skip to main content
Glama
bestpractical

mcp-server-rt

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RT_URLYesBase URL of your RT instance (e.g. https://rt.example.com)
RT_TOKENYesRT authentication token

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. TicketSQL has non-obvious syntax — consult get_ticketsql_grammar before writing any query involving Status, date conditions, custom fields, or special values. Key syntax notes: Status has meta-values Active and Inactive that match all active/inactive statuses across lifecycles (e.g. Status = 'Active' rather than Status = 'open'). Basic examples: "Queue = 'General' AND Owner = 'Nobody'", "Subject LIKE 'login'". Always include fields=Subject,Status,Queue,Owner,Requestor,Priority,LastUpdated,Due unless context calls for a different set.

get_ticketA

Get detailed information about a specific ticket by its ID

get_transactionA

Get the full details of a single transaction including decoded message content. Use this after get_ticket_history to read the actual text of a reply or comment.

get_ticket_historyA

Get the transaction history for a ticket. Returns a list of transactions (comments, replies, status changes, etc.)

get_ticket_attachmentsA

List all attachments on a ticket (names, MIME types, sizes, IDs)

get_attachmentA

Retrieve a single attachment by ID. Text content is returned decoded; binary content is returned as MIME Base64. Use get_ticket_attachments or get_transaction to find attachment IDs.

save_attachmentA

Save an attachment to a local file. The MCP server writes the file directly, so this works on any platform. If path is a directory, the original filename is used.

get_queueA

Get details about a specific queue by ID or name

list_queuesA

List all available queues

get_ticketsql_grammarA

Returns the TicketSQL grammar reference for RT 6.0.2. Consult this before writing any TicketSQL query — especially for Status conditions, date/time fields, custom fields, and link fields where syntax is non-obvious.

get_current_userA

Get the RT user account associated with the configured auth token. Use this to determine who "I" or "me" refers to when the user asks to assign tickets to themselves, find their own tickets, etc.

lookup_userA

Search for RT users by name or email address

get_queue_fieldsA

Get custom fields (with types and allowed values) and lifecycle name for a queue

create_ticketB

Create a new ticket in RT

update_ticketA

Update an existing ticket. Pass each property to change as a top-level parameter (e.g. Due, Status, Owner) — do NOT use a nested "fields" object.

add_commentA

Add an internal comment to a ticket (not visible to the requestor)

add_replyA

Send a reply (correspondence) on a ticket, visible to the requestor

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/bestpractical/mcp-server-rt'

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