Skip to main content
Glama

Server Details

AI ticket commerce for theme parks, zoos, museums, and aquariums via any AI agent

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

19 tools
add_to_cartInspect

Add a product to the shopping cart. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoVisit date (YYYY-MM-DD)
cartIdYesCart ID from create_cart
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
quantityNoQuantity to add
timeSlotNoTime slot (HH:mm)
productIdNoProduct ID from search_experiences
idempotencyKeyNoUnique idempotency key
apply_promo_codeInspect

Apply a promotional code to the cart for a discount. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
cartIdYesCart ID
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
promoCodeNoPromotional code
idempotencyKeyNoUnique idempotency key
check_availabilityInspect

Check real-time availability for a product on a specific date. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNo**Required.** Date to check (YYYY-MM-DD)
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
quantityNoNumber of tickets needed
productIdNo**Required.** Product ID from search_experiences
timeSlotPreferenceNoPreferred time slot (HH:mm)
create_cartInspect

Create a new shopping cart for this session. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
venueIdNoVenue ID from discover_venues. Omit when connected to a venue-specific endpoint.
currencyNoCurrency code (default: USD)USD
sessionIdNoMCP session ID
customerIdNoCustomer ID if authenticated
idempotencyKeyNoUnique idempotency key
discover_venuesInspect

Search for venues, theme parks, zoos, museums, and attractions near a location

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate to check availability (YYYY-MM-DD format)
limitNoMaximum results to return
typesNoVenue types to filter by
keywordsNoKeywords for natural language search
locationYesLocation to search near (e.g., 'San Diego, CA', 'New York City')
radiusMilesNoSearch radius in miles
get_cartInspect

Get the current state of a shopping cart. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
cartIdYesCart ID
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
get_checkout_urlInspect

Generate a secure checkout URL for the cart. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
cartIdYesCart ID
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
cancelUrlNoCancel redirect URL
successUrlNoSuccess redirect URL
customerEmailNoCustomer email to pre-fill
get_entitlementsInspect

Get authenticated customer's active tickets, passes, and entitlements. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
activeOnlyNoOnly return active/valid entitlements
get_membershipInspect

Get authenticated customer's membership status and benefits at a venue. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
get_ordersInspect

Get authenticated customer's order history at a venue. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum orders to return
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
includeItemsNoInclude order line items
get_order_statusInspect

Check the status of a specific order. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
orderNumberNoOrder number to check
get_pricingInspect

Get dynamic pricing for a product including guest type breakdown and discounts. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate for pricing (YYYY-MM-DD)
adultsNoNumber of adult tickets
seniorsNoNumber of senior tickets
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
childrenNoNumber of child tickets
productIdNo**Required.** Product ID from search_experiences
promoCodeNoPromotional code
get_venue_detailsInspect

Get detailed information about a venue including location, type, and attributes. Omit tenantId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
tenantIdNoVenue ID from discover_venues result. Omit when connected to a venue-specific endpoint.
get_venue_hoursInspect

Get venue operating hours for a specific date. Omit tenantId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate to check hours (YYYY-MM-DD, defaults to today)
tenantIdNoVenue ID. Omit when connected to a venue-specific endpoint.
get_venue_infoInspect

Get comprehensive venue information including hours, policies, and FAQ. Omit tenantId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
tenantIdNoVenue ID. Omit when connected to a venue-specific endpoint.
includeFaqNoInclude FAQ items
includeHoursNoInclude operating hours
includePoliciesNoInclude venue policies
initiate_checkoutInspect

Initiate checkout - returns checkout URL or platform payment flow based on operator config. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
cartIdYesCart ID
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
platformNoAI platform (claude, chatgpt, copilot)
cancelUrlNoCancel redirect URL
successUrlNoSuccess redirect URL
customerEmailNoCustomer email
idempotencyKeyNoUnique idempotency key
remove_from_cartInspect

Remove an item from the cart. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
cartIdYesCart ID
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
lineItemIdNoLine item ID to remove00000000-0000-0000-0000-000000000000
search_experiencesInspect

Search for tickets, experiences, and products at a venue using natural language. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate for availability (YYYY-MM-DD)
limitNoMaximum results to return
queryNoNatural language search query
venueIdNoVenue ID from discover_venues. Omit when connected to a venue-specific endpoint.
quantityNoNumber of tickets needed
ticketTypesNoFilter by ticket types
update_cartInspect

Update the quantity of an item in the cart. Omit venueId when connected to a venue-specific endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
cartIdYesCart ID
venueIdNoVenue ID. Omit when connected to a venue-specific endpoint.
quantityNoNew quantity (0 to remove)
lineItemIdNoLine item ID to update00000000-0000-0000-0000-000000000000

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.