Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TICKETMASTER_API_KEYYesYour Ticketmaster API Consumer 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
search_eventsB

Search for local events by city or keyword. Returns upcoming events with dates, venues, prices, and ticket links.

events_by_categoryC

Browse events in a city filtered by category such as Music, Sports, Arts, Family, or Comedy.

get_event_detailsA

Get full details for a specific event using its Ticketmaster event ID.

weekend_eventsB

Find events happening this weekend in a given city.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation4/5

Each tool has a clear primary purpose: general search, category browsing, specific details, and weekend filtering. Search and weekend/category tools overlap somewhat, but descriptions make the distinctions clear.

Naming Consistency3/5

All names use lowercase snake_case, but the pattern is mixed: two are verb_noun (search_events, get_event_details) and two are noun phrases (events_by_category, weekend_events). Names are still descriptive and predictable.

Tool Count5/5

Four tools is a well-scoped set for a local events finder, covering search, category browse, weekend selection, and detail retrieval without bloat.

Completeness4/5

The surface covers core event discovery flows: general search, category filtering, weekend-specific lookup, and detail view. A date-range filter is missing but not a critical gap for basic functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues