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
find_theatresB

Find Cineplex theatres near a location (by lat/lon and search radius). Returns id, name, address, and distance for each theatre.

find_movieA

Fuzzy-match a movie title against Cineplex's current catalog (pages through all results) and return the best match, including the Cineplex movie ID needed by other tools.

find_optimal_showtimesA

Given a movie title, theatre, and date, find showtimes matching a format (default IMAX) and check which ones have good seats available (not front rows, not sides, with a contiguous block big enough for your group).

render_seat_map_htmlA

Given a movie title, theatre, and date, returns a complete, self-contained, already-tested HTML page that visualizes real seat availability: theatre header, a showtime picker, a pannable/zoomable auditorium seat map, live front-row/side/min-together filter controls, and a stats strip. IMPORTANT: render the returned HTML inline in the chat as a widget (via the Visualizer's show_widget / widget_code) exactly as given — never save it to a file, publish it as a hosted artifact, or open it in a browser. Do not rewrite, regenerate, paraphrase, or modify the code in any way, just pass it through verbatim. Pass theatreName/theatreAddress/distanceKm through from a prior find_theatres result if you have them, to avoid an extra lookup.

get_optimal_seatsA

Given a Cineplex theatre ID and showtime ID (e.g. from find_optimal_showtimes), fetch and score its seat map for good seats.

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/yinbri/cineplex-mcp'

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