Skip to main content
Glama

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedadd_to_cart1 field changed
      • addedInput schema / properties / eventId
        Added value: +{
        +  "default": null,
        +  "description": "Event ID from check_availability (required for capacity-managed/timed products)",
        +  "type": "string"
        +}
  2. 1 tool update
    • Changedsearch_experiences1 field changed
      • changedInput schema / properties / limit / default
        Previous value: -10New value: +50
  3. 2 tool updates
    • Changedcheck_availability2 fields changed
      • changedInput schema / properties / date / description
        Previous value: -"Date to check (YYYY-MM-DD)"New value: +"**Required.** Date to check (YYYY-MM-DD)"
      • changedInput schema / properties / productId / description
        Previous value: -"Product ID from search_experiences"New value: +"**Required.** Product ID from search_experiences"
    • Changedget_pricing1 field changed
      • changedInput schema / properties / productId / description
        Previous value: -"Product ID from search_experiences"New value: +"**Required.** Product ID from search_experiences"
  4. 19 tool updates
    • Changedadd_to_cart12 fields changed
      • changedInput schema / properties / cartId / description
        Previous value: -"The cart ID"New value: +"Cart ID from create_cart"
      • addedInput schema / properties / cartId / format
        Added value: +"uuid"
      • addedInput schema / properties / date
        Added value: +{
        +  "default": null,
        +  "description": "Visit date (YYYY-MM-DD)",
        +  "type": "string"
        +}
      • addedInput schema / properties / idempotencyKey / default
        Added value: +null
      • changedInput schema / properties / idempotencyKey / description
        Previous value: -"Idempotency key to prevent duplicate additions"New value: +"Unique idempotency key"
      • addedInput schema / properties / productId / default
        Added value: +null
      • changedInput schema / properties / productId / description
        Previous value: -"Product ID to add"New value: +"Product ID from search_experiences"
      • addedInput schema / properties / quantity / default
        Added value: +1
      • addedInput schema / properties / timeSlot
        Added value: +{
        +  "default": null,
        +  "description": "Time slot (HH:mm)",
        +  "type": "string"
        +}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / properties / visitDateTime
        Removed value: -{
        -  "default": null,
        -  "description": "Optional visit date/time for timed tickets",
        -  "format": "date-time",
        -  "type": [
        -    "string",
        -    "null"
        -  ]
        -}
      • changedInput schema / required
        Previous value: -[
        -  "cartId",
        -  "idempotencyKey",
        -  "productId",
        -  "quantity"
        -]New value: +[
        +  "cartId"
        +]
    • Changedapply_promo_code7 fields changed
      • changedInput schema / properties / cartId / description
        Previous value: -"The cart ID"New value: +"Cart ID"
      • addedInput schema / properties / cartId / format
        Added value: +"uuid"
      • addedInput schema / properties / idempotencyKey
        Added value: +{
        +  "default": null,
        +  "description": "Unique idempotency key",
        +  "type": "string"
        +}
      • addedInput schema / properties / promoCode / default
        Added value: +null
      • changedInput schema / properties / promoCode / description
        Previous value: -"The promotional code to apply"New value: +"Promotional code"
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedInput schema / required
        Previous value: -[
        -  "cartId",
        -  "promoCode"
        -]New value: +[
        +  "cartId"
        +]
    • Changedcheck_availability10 fields changed
      • addedInput schema / properties / date / default
        Added value: +null
      • changedInput schema / properties / date / description
        Previous value: -"Date to check availability (ISO 8601 format, e.g., 2026-03-15)"New value: +"Date to check (YYYY-MM-DD)"
      • removedInput schema / properties / date / format
        Removed value: -"date"
      • addedInput schema / properties / productId
        Added value: +{
        +  "default": null,
        +  "description": "Product ID from search_experiences",
        +  "type": "string"
        +}
      • removedInput schema / properties / productIds
        Removed value: -{
        -  "default": null,
        -  "description": "Optional list of specific product IDs to check",
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • changedInput schema / properties / quantity / description
        Previous value: -"Number of tickets/items needed"New value: +"Number of tickets needed"
      • removedInput schema / properties / storefrontId
        Removed value: -{
        -  "description": "The storefront/catalog ID for the venue",
        -  "type": "string"
        -}
      • addedInput schema / properties / timeSlotPreference
        Added value: +{
        +  "default": null,
        +  "description": "Preferred time slot (HH:mm)",
        +  "type": "string"
        +}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "storefrontId",
        -  "date"
        -]
    • Changedcreate_cart9 fields changed
      • addedInput schema / properties / currency
        Added value: +{
        +  "default": "USD",
        +  "description": "Currency code (default: USD)",
        +  "type": "string"
        +}
      • addedInput schema / properties / customerId
        Added value: +{
        +  "default": null,
        +  "description": "Customer ID if authenticated",
        +  "type": "string"
        +}
      • addedInput schema / properties / idempotencyKey
        Added value: +{
        +  "default": null,
        +  "description": "Unique idempotency key",
        +  "type": "string"
        +}
      • addedInput schema / properties / sessionId
        Added value: +{
        +  "default": null,
        +  "description": "MCP session ID",
        +  "type": "string"
        +}
      • removedInput schema / properties / sessionToken
        Removed value: -{
        -  "description": "The MCP session token",
        -  "type": "string"
        -}
      • removedInput schema / properties / storefrontId
        Removed value: -{
        -  "description": "The storefront/catalog ID",
        -  "type": "string"
        -}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID from discover_venues. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / properties / visitDateTime
        Removed value: -{
        -  "default": null,
        -  "description": "Optional visit date (ISO 8601 format, e.g., 2026-03-15T10:00:00)",
        -  "format": "date-time",
        -  "type": [
        -    "string",
        -    "null"
        -  ]
        -}
      • removedInput schema / required
        Removed value: -[
        -  "sessionToken",
        -  "storefrontId"
        -]
    • Changeddiscover_venues13 fields changed
      • addedInput schema / properties / date
        Added value: +{
        +  "default": null,
        +  "description": "Date to check availability (YYYY-MM-DD format)",
        +  "type": "string"
        +}
      • changedInput schema / properties / keywords / description
        Previous value: -"Optional keywords to search for (searches name, description, categories)"New value: +"Keywords for natural language search"
      • removedInput schema / properties / latitude
        Removed value: -{
        -  "description": "Latitude of the search center point",
        -  "type": "number"
        -}
      • changedInput schema / properties / limit / default
        Previous value: -20New value: +10
      • changedInput schema / properties / limit / description
        Previous value: -"Maximum number of results to return (default: 20, max: 50)"New value: +"Maximum results to return"
      • addedInput schema / properties / location
        Added value: +{
        +  "description": "Location to search near (e.g., 'San Diego, CA', 'New York City')",
        +  "type": "string"
        +}
      • removedInput schema / properties / longitude
        Removed value: -{
        -  "description": "Longitude of the search center point",
        -  "type": "number"
        -}
      • changedInput schema / properties / radiusMiles / default
        Previous value: -25New value: +50
      • changedInput schema / properties / radiusMiles / description
        Previous value: -"Search radius in miles (default: 25, max: 100)"New value: +"Search radius in miles"
      • changedInput schema / properties / radiusMiles / type
        Previous value: -"number"New value: +"integer"
      • addedInput schema / properties / types
        Added value: +{
        +  "default": null,
        +  "description": "Venue types to filter by",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • removedInput schema / properties / venueTypes
        Removed value: -{
        -  "default": null,
        -  "description": "Optional venue types to filter (e.g., 'theme_park', 'zoo', 'museum', 'aquarium')",
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "latitude",
        -  "longitude"
        -]New value: +[
        +  "location"
        +]
    • Changedget_cart3 fields changed
      • changedInput schema / properties / cartId / description
        Previous value: -"The cart ID"New value: +"Cart ID"
      • addedInput schema / properties / cartId / format
        Added value: +"uuid"
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
    • Changedget_checkout_url7 fields changed
      • addedInput schema / properties / cancelUrl
        Added value: +{
        +  "default": null,
        +  "description": "Cancel redirect URL",
        +  "type": "string"
        +}
      • changedInput schema / properties / cartId / description
        Previous value: -"The cart ID"New value: +"Cart ID"
      • addedInput schema / properties / cartId / format
        Added value: +"uuid"
      • addedInput schema / properties / customerEmail
        Added value: +{
        +  "default": null,
        +  "description": "Customer email to pre-fill",
        +  "type": "string"
        +}
      • removedInput schema / properties / returnUrl
        Removed value: -{
        -  "default": null,
        -  "description": "Optional return URL after checkout completion",
        -  "type": "string"
        -}
      • addedInput schema / properties / successUrl
        Added value: +{
        +  "default": null,
        +  "description": "Success redirect URL",
        +  "type": "string"
        +}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
    • Changedget_entitlements4 fields changed
      • addedInput schema / properties / activeOnly
        Added value: +{
        +  "default": true,
        +  "description": "Only return active/valid entitlements",
        +  "type": "boolean"
        +}
      • removedInput schema / properties / orderId
        Removed value: -{
        -  "description": "The order ID",
        -  "type": "string"
        -}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "orderId"
        -]
    • Changedget_membership3 fields changed
      • removedInput schema / properties / customerId
        Removed value: -{
        -  "description": "Customer ID (from authenticated session)",
        -  "type": "string"
        -}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "customerId"
        -]
    • Changedget_order_status4 fields changed
      • removedInput schema / properties / orderId
        Removed value: -{
        -  "description": "The order ID",
        -  "type": "string"
        -}
      • addedInput schema / properties / orderNumber
        Added value: +{
        +  "default": null,
        +  "description": "Order number to check",
        +  "type": "string"
        +}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "orderId"
        -]
    • Changedget_orders7 fields changed
      • removedInput schema / properties / customerId
        Removed value: -{
        -  "description": "Customer ID (from authenticated session)",
        -  "type": "string"
        -}
      • addedInput schema / properties / includeItems
        Added value: +{
        +  "default": false,
        +  "description": "Include order line items",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "default": 10,
        +  "description": "Maximum orders to return",
        +  "type": "integer"
        +}
      • removedInput schema / properties / page
        Removed value: -{
        -  "default": 1,
        -  "description": "Page number (1-based)",
        -  "type": "integer"
        -}
      • removedInput schema / properties / pageSize
        Removed value: -{
        -  "default": 10,
        -  "description": "Number of orders per page (max 50)",
        -  "type": "integer"
        -}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "customerId"
        -]
    • Changedget_pricing13 fields changed
      • addedInput schema / properties / adults
        Added value: +{
        +  "default": 1,
        +  "description": "Number of adult tickets",
        +  "type": "integer"
        +}
      • addedInput schema / properties / children
        Added value: +{
        +  "default": 0,
        +  "description": "Number of child tickets",
        +  "type": "integer"
        +}
      • addedInput schema / properties / date / default
        Added value: +null
      • changedInput schema / properties / date / description
        Previous value: -"Date for pricing (ISO 8601 format, e.g., 2026-03-15)"New value: +"Date for pricing (YYYY-MM-DD)"
      • removedInput schema / properties / date / format
        Removed value: -"date"
      • addedInput schema / properties / productId
        Added value: +{
        +  "default": null,
        +  "description": "Product ID from search_experiences",
        +  "type": "string"
        +}
      • removedInput schema / properties / productIds
        Removed value: -{
        -  "default": null,
        -  "description": "Optional list of specific product IDs to get pricing for",
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • addedInput schema / properties / promoCode
        Added value: +{
        +  "default": null,
        +  "description": "Promotional code",
        +  "type": "string"
        +}
      • removedInput schema / properties / quantity
        Removed value: -{
        -  "default": 1,
        -  "description": "Number of tickets/items (may affect pricing)",
        -  "type": "integer"
        -}
      • addedInput schema / properties / seniors
        Added value: +{
        +  "default": 0,
        +  "description": "Number of senior tickets",
        +  "type": "integer"
        +}
      • removedInput schema / properties / storefrontId
        Removed value: -{
        -  "description": "The storefront/catalog ID for the venue",
        -  "type": "string"
        -}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "storefrontId",
        -  "date"
        -]
    • Changedget_venue_details5 fields changed
      • addedInput schema / properties / tenantId / default
        Added value: +null
      • changedInput schema / properties / tenantId / description
        Previous value: -"The unique identifier for the tenant/venue"New value: +"Venue ID from discover_venues result. Omit when connected to a venue-specific endpoint."
      • addedInput schema / properties / tenantId / format
        Added value: +"uuid"
      • changedInput schema / properties / tenantId / type
        Previous value: -"string"New value: +[
        +  "string",
        +  "null"
        +]
      • removedInput schema / required
        Removed value: -[
        -  "tenantId"
        -]
    • Changedget_venue_hours8 fields changed
      • addedInput schema / properties / date
        Added value: +{
        +  "default": null,
        +  "description": "Date to check hours (YYYY-MM-DD, defaults to today)",
        +  "type": "string"
        +}
      • removedInput schema / properties / endDate
        Removed value: -{
        -  "default": null,
        -  "description": "End date for calendar lookup (ISO 8601 format, optional - defaults to 7 days from start)",
        -  "format": "date",
        -  "type": [
        -    "string",
        -    "null"
        -  ]
        -}
      • removedInput schema / properties / productIds
        Removed value: -{
        -  "default": null,
        -  "description": "Filter to specific product IDs (optional)",
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / quantity
        Removed value: -{
        -  "default": null,
        -  "description": "Party size for availability check (optional)",
        -  "type": [
        -    "integer",
        -    "null"
        -  ]
        -}
      • removedInput schema / properties / startDate
        Removed value: -{
        -  "description": "Start date for calendar lookup (ISO 8601 format, e.g., 2026-03-15)",
        -  "format": "date",
        -  "type": "string"
        -}
      • removedInput schema / properties / storefrontId
        Removed value: -{
        -  "description": "The storefront/catalog ID for the venue",
        -  "type": "string"
        -}
      • addedInput schema / properties / tenantId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "storefrontId",
        -  "startDate"
        -]
    • Changedget_venue_info6 fields changed
      • addedInput schema / properties / includeFaq
        Added value: +{
        +  "default": true,
        +  "description": "Include FAQ items",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / includeHours
        Added value: +{
        +  "default": true,
        +  "description": "Include operating hours",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / includePolicies
        Added value: +{
        +  "default": true,
        +  "description": "Include venue policies",
        +  "type": "boolean"
        +}
      • removedInput schema / properties / storefrontId
        Removed value: -{
        -  "description": "The storefront/catalog ID for the venue",
        -  "type": "string"
        -}
      • addedInput schema / properties / tenantId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "storefrontId"
        -]
    • Changedinitiate_checkout10 fields changed
      • addedInput schema / properties / cancelUrl
        Added value: +{
        +  "default": null,
        +  "description": "Cancel redirect URL",
        +  "type": "string"
        +}
      • changedInput schema / properties / cartId / description
        Previous value: -"The cart ID"New value: +"Cart ID"
      • addedInput schema / properties / cartId / format
        Added value: +"uuid"
      • changedInput schema / properties / customerEmail / description
        Previous value: -"Optional customer email for receipt delivery"New value: +"Customer email"
      • addedInput schema / properties / idempotencyKey
        Added value: +{
        +  "default": null,
        +  "description": "Unique idempotency key",
        +  "type": "string"
        +}
      • addedInput schema / properties / platform / default
        Added value: +null
      • changedInput schema / properties / platform / description
        Previous value: -"The AI platform making the request (e.g., 'chatgpt', 'claude', 'gemini')"New value: +"AI platform (claude, chatgpt, copilot)"
      • addedInput schema / properties / successUrl
        Added value: +{
        +  "default": null,
        +  "description": "Success redirect URL",
        +  "type": "string"
        +}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedInput schema / required
        Previous value: -[
        -  "cartId",
        -  "platform"
        -]New value: +[
        +  "cartId"
        +]
    • Changedremove_from_cart6 fields changed
      • changedInput schema / properties / cartId / description
        Previous value: -"The cart ID"New value: +"Cart ID"
      • addedInput schema / properties / cartId / format
        Added value: +"uuid"
      • removedInput schema / properties / cartProductId
        Removed value: -{
        -  "description": "The cart product ID (line item ID)",
        -  "type": "string"
        -}
      • addedInput schema / properties / lineItemId
        Added value: +{
        +  "default": "00000000-0000-0000-0000-000000000000",
        +  "description": "Line item ID to remove",
        +  "format": "uuid",
        +  "type": "string"
        +}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedInput schema / required
        Previous value: -[
        -  "cartId",
        -  "cartProductId"
        -]New value: +[
        +  "cartId"
        +]
    • Changedsearch_experiences10 fields changed
      • addedInput schema / properties / date
        Added value: +{
        +  "default": null,
        +  "description": "Date for availability (YYYY-MM-DD)",
        +  "type": "string"
        +}
      • removedInput schema / properties / includeDetails
        Removed value: -{
        -  "default": false,
        -  "description": "Whether to include detailed product information (settings, upsells)",
        -  "type": "boolean"
        -}
      • addedInput schema / properties / limit
        Added value: +{
        +  "default": 10,
        +  "description": "Maximum results to return",
        +  "type": "integer"
        +}
      • removedInput schema / properties / productIds
        Removed value: -{
        -  "default": null,
        -  "description": "Optional list of specific product IDs to retrieve",
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "default": null,
        +  "description": "Number of tickets needed",
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedInput schema / properties / query
        Added value: +{
        +  "default": null,
        +  "description": "Natural language search query",
        +  "type": "string"
        +}
      • removedInput schema / properties / storefrontId
        Removed value: -{
        -  "description": "The storefront/catalog ID for the venue",
        -  "type": "string"
        -}
      • addedInput schema / properties / ticketTypes
        Added value: +{
        +  "default": null,
        +  "description": "Filter by ticket types",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID from discover_venues. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedInput schema / required
        Removed value: -[
        -  "storefrontId"
        -]
    • Changedupdate_cart8 fields changed
      • changedInput schema / properties / cartId / description
        Previous value: -"The cart ID"New value: +"Cart ID"
      • addedInput schema / properties / cartId / format
        Added value: +"uuid"
      • removedInput schema / properties / cartProductId
        Removed value: -{
        -  "description": "The cart product ID (line item ID)",
        -  "type": "string"
        -}
      • addedInput schema / properties / lineItemId
        Added value: +{
        +  "default": "00000000-0000-0000-0000-000000000000",
        +  "description": "Line item ID to update",
        +  "format": "uuid",
        +  "type": "string"
        +}
      • addedInput schema / properties / quantity / default
        Added value: +1
      • changedInput schema / properties / quantity / description
        Previous value: -"New quantity"New value: +"New quantity (0 to remove)"
      • addedInput schema / properties / venueId
        Added value: +{
        +  "default": null,
        +  "description": "Venue ID. Omit when connected to a venue-specific endpoint.",
        +  "format": "uuid",
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedInput schema / required
        Previous value: -[
        -  "cartId",
        -  "cartProductId",
        -  "quantity"
        -]New value: +[
        +  "cartId"
        +]
  5. 4 tool updates
    • Removeddiscover_attractions
    • Addeddiscover_venues
    • Addedsearch_experiences
    • Removedsearch_products
  6. 2 tool updates
    • Removedget_venue_calendar
    • Addedget_venue_hours
  7. 3 tool updates
    • Changedget_membership1 field changed
      • removedInput schema / properties / customerId / format
        Removed value: -"uuid"
    • Changedget_orders1 field changed
      • removedInput schema / properties / customerId / format
        Removed value: -"uuid"
    • Changedget_venue_details1 field changed
      • removedInput schema / properties / tenantId / format
        Removed value: -"uuid"
  8. 19 tool updates
    • First observedadd_to_cart
    • First observedapply_promo_code
    • First observedcheck_availability
    • First observedcreate_cart
    • First observeddiscover_attractions
    • First observedget_cart
    • First observedget_checkout_url
    • First observedget_entitlements
    • First observedget_membership
    • First observedget_order_status
    • First observedget_orders
    • First observedget_pricing
    • First observedget_venue_calendar
    • First observedget_venue_details
    • First observedget_venue_info
    • First observedinitiate_checkout
    • First observedremove_from_cart
    • First observedsearch_products
    • First observedupdate_cart

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between get_venue_details and get_venue_info, which could cause confusion as both provide venue information. Additionally, get_checkout_url and initiate_checkout are similar, though the latter includes payment flow details. Overall, the descriptions help clarify differences, but a few tools have ambiguous boundaries.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, such as add_to_cart, apply_promo_code, and get_venue_details. There are no deviations in naming conventions, making the set predictable and easy to understand.

Tool Count4/5

With 19 tools, the count is slightly high but reasonable for a commerce server covering venues, carts, checkout, and customer data. It includes essential operations like cart management, availability checks, and order handling, though it might be borderline heavy for some use cases.

Completeness5/5

The tool set provides comprehensive coverage for a commerce domain, including cart CRUD (create, get, update, remove), checkout processes, pricing, availability, venue discovery, and customer entitlements. There are no obvious gaps, and it supports full lifecycle workflows from product search to order status.

Resources