Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_open_ticketsA

List support tickets currently in the 'open' state, worst priority first. Optionally filter by priority and cap the number returned.

get_customerA

Look up one customer by id or email and return their profile plus a summary of their invoices and tickets. Use this to investigate a specific account.

search_invoicesA

Search invoices with optional filters. Useful for spotting duplicate charges, overdue balances, or a customer's billing history.

daily_summaryA

A start-of-day operations snapshot: open tickets broken down by priority, count and dollar total of overdue invoices, and how many trials expire within 7 days. Takes no arguments.

update_ticket_statusA

Change a ticket's status (open, pending, or solved). Dry-run by default: returns a preview unless confirm:true is passed.

extend_trialA

Extend a trial customer's trial end date by a number of days. Only works for customers whose status is 'trial'. Dry-run by default: returns a preview unless confirm:true is passed.

issue_refundA

Refund a paid invoice. Fails if the invoice is not in 'paid' status (e.g. already refunded). Dry-run by default: returns a preview with the amount and customer unless confirm:true is passed.

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/NDilanka/tessera-mcp'

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