Skip to main content
Glama

Quote Ticket Order

quote_ticket_order
Read-only

Use this when a user wants a locked ticket quote before purchase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNo
event_idYes
offer_idNo
quantityNo
max_totalNo
ticket_typeNo
refund_termsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed8 schema fields changed
    • removedInput schema / properties / currency / description
      Removed value: -"Preferred currency for max_total, for example USD."
    • removedInput schema / properties / event_id / description
      Removed value: -"Event id returned by search, recommendations, plan_night, or get_event."
    • removedInput schema / properties / max_total / description
      Removed value: -"Maximum all-in total the user authorizes before the agent must stop and ask again."
    • removedInput schema / properties / offer_id / description
      Removed value: -"Optional offer_id returned by get_ticket_offers."
    • removedInput schema / properties / quantity / default
      Removed value: -1
    • removedInput schema / properties / refund_terms / description
      Removed value: -"Minimum refund/transfer terms the user accepts."
    • removedInput schema / properties / ticket_type / description
      Removed value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available."
    • changedOutput schema / (root)
      Previous value: -{
      -  "anyOf": [
      -    {
      -      "properties": {
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "confirmation_prompt": {
      -          "type": "string"
      -        },
      -        "confirmation_required": {
      -          "type": "boolean"
      -        },
      -        "error": {
      -          "type": "string"
      -        },
      -        "event": {
      -          "properties": {
      -            "attendance_count": {
      -              "type": [
      -                "number",
      -                "null"
      -              ]
      -            },
      -            "calendar_url": {
      -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "city": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "description": {
      -              "description": "Short one-line event description for display.",
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "directions_url": {
      -              "description": "Google Maps directions link. Offer as 'Get directions'.",
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "ends_at": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "event_types": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "event_url": {
      -              "type": "string"
      -            },
      -            "genres": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "id": {
      -              "type": "string"
      -            },
      -            "lineup": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "price": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "source": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "starts_at": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "ticket_url": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "title": {
      -              "type": "string"
      -            },
      -            "venue": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "vibe": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            }
      -          },
      -          "required": [
      -            "id",
      -            "title",
      -            "event_url"
      -          ],
      -          "type": "object"
      -        },
      -        "policy": {
      -          "properties": {
      -            "autonomous_purchase_available": {
      -              "type": "boolean"
      -            },
      -            "current_default_behavior": {
      -              "type": "string"
      -            },
      -            "hard_rules": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "provider_contract": {
      -              "type": "string"
      -            },
      -            "supported_modes": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "quote": {
      -          "properties": {
      -            "autonomous_purchase_supported": {
      -              "type": "boolean"
      -            },
      -            "availability_status": {
      -              "type": "string"
      -            },
      -            "checkout_url": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "currency": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "estimated_price": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "event": {
      -              "properties": {
      -                "attendance_count": {
      -                  "type": [
      -                    "number",
      -                    "null"
      -                  ]
      -                },
      -                "calendar_url": {
      -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "city": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "description": {
      -                  "description": "Short one-line event description for display.",
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "directions_url": {
      -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "ends_at": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "event_url": {
      -                  "type": "string"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "id": {
      -                  "type": "string"
      -                },
      -                "lineup": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "price": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "source": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "starts_at": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "ticket_url": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "title": {
      -                  "type": "string"
      -                },
      -                "venue": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "required": [
      -                "id",
      -                "title",
      -                "event_url"
      -              ],
      -              "type": "object"
      -            },
      -            "expires_at": {
      -              "type": "string"
      -            },
      -            "fees_included": {
      -              "type": "boolean"
      -            },
      -            "max_total": {
      -              "type": [
      -                "number",
      -                "null"
      -              ]
      -            },
      -            "offer_id": {
      -              "type": "string"
      -            },
      -            "price_guaranteed": {
      -              "type": "boolean"
      -            },
      -            "provider": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "purchase_mode": {
      -              "type": "string"
      -            },
      -            "quantity": {
      -              "type": "number"
      -            },
      -            "quote_id": {
      -              "type": "string"
      -            },
      -            "refund_terms": {
      -              "type": "string"
      -            },
      -            "stop_conditions": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "ticket_type": {
      -              "type": "string"
      -            }
      -          },
      -          "type": [
      -            "object",
      -            "null"
      -          ]
      -        },
      -        "quote_token": {
      -          "type": "string"
      -        },
      -        "quoted": {
      -          "type": "boolean"
      -        }
      -      },
      -      "required": [
      -        "quoted"
      -      ],
      -      "type": "object"
      -    },
      -    {
      -      "properties": {
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "cause": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "classification": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "code": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "error": {
      -          "type": "string"
      -        },
      -        "hostname": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "retryable": {
      -          "type": "boolean"
      -        },
      -        "status": {
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "type": {
      -          "type": "string"
      -        },
      -        "url": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        }
      -      },
      -      "required": [
      -        "error"
      -      ],
      -      "type": "object"
      -    }
      -  ],
      -  "type": "object"
      -}New value: +null
  2. Changed8 schema fields changed
    • addedInput schema / properties / currency / description
      Added value: +"Preferred currency for max_total, for example USD."
    • addedInput schema / properties / event_id / description
      Added value: +"Event id returned by search, recommendations, plan_night, or get_event."
    • addedInput schema / properties / max_total / description
      Added value: +"Maximum all-in total the user authorizes before the agent must stop and ask again."
    • addedInput schema / properties / offer_id / description
      Added value: +"Optional offer_id returned by get_ticket_offers."
    • addedInput schema / properties / quantity / default
      Added value: +1
    • addedInput schema / properties / refund_terms / description
      Added value: +"Minimum refund/transfer terms the user accepts."
    • addedInput schema / properties / ticket_type / description
      Added value: +"Requested ticket type, for example GA, balcony, seated, VIP, or best available."
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "anyOf": [
      +    {
      +      "properties": {
      +        "assistant_instruction": {
      +          "type": "string"
      +        },
      +        "confirmation_prompt": {
      +          "type": "string"
      +        },
      +        "confirmation_required": {
      +          "type": "boolean"
      +        },
      +        "error": {
      +          "type": "string"
      +        },
      +        "event": {
      +          "properties": {
      +            "attendance_count": {
      +              "type": [
      +                "number",
      +                "null"
      +              ]
      +            },
      +            "calendar_url": {
      +              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "city": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "description": {
      +              "description": "Short one-line event description for display.",
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "directions_url": {
      +              "description": "Google Maps directions link. Offer as 'Get directions'.",
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "ends_at": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "event_types": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "event_url": {
      +              "type": "string"
      +            },
      +            "genres": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "id": {
      +              "type": "string"
      +            },
      +            "lineup": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "price": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "source": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "starts_at": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "ticket_url": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "venue": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "vibe": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            }
      +          },
      +          "required": [
      +            "id",
      +            "title",
      +            "event_url"
      +          ],
      +          "type": "object"
      +        },
      +        "policy": {
      +          "properties": {
      +            "autonomous_purchase_available": {
      +              "type": "boolean"
      +            },
      +            "current_default_behavior": {
      +              "type": "string"
      +            },
      +            "hard_rules": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "provider_contract": {
      +              "type": "string"
      +            },
      +            "supported_modes": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "quote": {
      +          "properties": {
      +            "autonomous_purchase_supported": {
      +              "type": "boolean"
      +            },
      +            "availability_status": {
      +              "type": "string"
      +            },
      +            "checkout_url": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "currency": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "estimated_price": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "event": {
      +              "properties": {
      +                "attendance_count": {
      +                  "type": [
      +                    "number",
      +                    "null"
      +                  ]
      +                },
      +                "calendar_url": {
      +                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "city": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "description": {
      +                  "description": "Short one-line event description for display.",
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "directions_url": {
      +                  "description": "Google Maps directions link. Offer as 'Get directions'.",
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "ends_at": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "event_types": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "event_url": {
      +                  "type": "string"
      +                },
      +                "genres": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "id": {
      +                  "type": "string"
      +                },
      +                "lineup": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "price": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "source": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "starts_at": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "ticket_url": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "title": {
      +                  "type": "string"
      +                },
      +                "venue": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "vibe": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                }
      +              },
      +              "required": [
      +                "id",
      +                "title",
      +                "event_url"
      +              ],
      +              "type": "object"
      +            },
      +            "expires_at": {
      +              "type": "string"
      +            },
      +            "fees_included": {
      +              "type": "boolean"
      +            },
      +            "max_total": {
      +              "type": [
      +                "number",
      +                "null"
      +              ]
      +            },
      +            "offer_id": {
      +              "type": "string"
      +            },
      +            "price_guaranteed": {
      +              "type": "boolean"
      +            },
      +            "provider": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "purchase_mode": {
      +              "type": "string"
      +            },
      +            "quantity": {
      +              "type": "number"
      +            },
      +            "quote_id": {
      +              "type": "string"
      +            },
      +            "refund_terms": {
      +              "type": "string"
      +            },
      +            "stop_conditions": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "ticket_type": {
      +              "type": "string"
      +            }
      +          },
      +          "type": [
      +            "object",
      +            "null"
      +          ]
      +        },
      +        "quote_token": {
      +          "type": "string"
      +        },
      +        "quoted": {
      +          "type": "boolean"
      +        }
      +      },
      +      "required": [
      +        "quoted"
      +      ],
      +      "type": "object"
      +    },
      +    {
      +      "properties": {
      +        "assistant_instruction": {
      +          "type": "string"
      +        },
      +        "cause": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "classification": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "code": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "error": {
      +          "type": "string"
      +        },
      +        "hostname": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "retryable": {
      +          "type": "boolean"
      +        },
      +        "status": {
      +          "type": [
      +            "number",
      +            "null"
      +          ]
      +        },
      +        "type": {
      +          "type": "string"
      +        },
      +        "url": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        }
      +      },
      +      "required": [
      +        "error"
      +      ],
      +      "type": "object"
      +    }
      +  ],
      +  "type": "object"
      +}
  3. Changed8 schema fields changed
    • removedInput schema / properties / currency / description
      Removed value: -"Preferred currency for max_total, for example USD."
    • removedInput schema / properties / event_id / description
      Removed value: -"Event id returned by search, recommendations, plan_night, or get_event."
    • removedInput schema / properties / max_total / description
      Removed value: -"Maximum all-in total the user authorizes before the agent must stop and ask again."
    • removedInput schema / properties / offer_id / description
      Removed value: -"Optional offer_id returned by get_ticket_offers."
    • removedInput schema / properties / quantity / default
      Removed value: -1
    • removedInput schema / properties / refund_terms / description
      Removed value: -"Minimum refund/transfer terms the user accepts."
    • removedInput schema / properties / ticket_type / description
      Removed value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available."
    • changedOutput schema / (root)
      Previous value: -{
      -  "anyOf": [
      -    {
      -      "properties": {
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "confirmation_prompt": {
      -          "type": "string"
      -        },
      -        "confirmation_required": {
      -          "type": "boolean"
      -        },
      -        "error": {
      -          "type": "string"
      -        },
      -        "event": {
      -          "properties": {
      -            "attendance_count": {
      -              "type": [
      -                "number",
      -                "null"
      -              ]
      -            },
      -            "calendar_url": {
      -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "city": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "description": {
      -              "description": "Short one-line event description for display.",
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "directions_url": {
      -              "description": "Google Maps directions link. Offer as 'Get directions'.",
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "ends_at": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "event_types": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "event_url": {
      -              "type": "string"
      -            },
      -            "genres": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "id": {
      -              "type": "string"
      -            },
      -            "lineup": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "price": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "source": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "starts_at": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "ticket_url": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "title": {
      -              "type": "string"
      -            },
      -            "venue": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "vibe": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            }
      -          },
      -          "required": [
      -            "id",
      -            "title",
      -            "event_url"
      -          ],
      -          "type": "object"
      -        },
      -        "policy": {
      -          "properties": {
      -            "autonomous_purchase_available": {
      -              "type": "boolean"
      -            },
      -            "current_default_behavior": {
      -              "type": "string"
      -            },
      -            "hard_rules": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "provider_contract": {
      -              "type": "string"
      -            },
      -            "supported_modes": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "quote": {
      -          "properties": {
      -            "autonomous_purchase_supported": {
      -              "type": "boolean"
      -            },
      -            "availability_status": {
      -              "type": "string"
      -            },
      -            "checkout_url": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "currency": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "estimated_price": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "event": {
      -              "properties": {
      -                "attendance_count": {
      -                  "type": [
      -                    "number",
      -                    "null"
      -                  ]
      -                },
      -                "calendar_url": {
      -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "city": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "description": {
      -                  "description": "Short one-line event description for display.",
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "directions_url": {
      -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "ends_at": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "event_url": {
      -                  "type": "string"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "id": {
      -                  "type": "string"
      -                },
      -                "lineup": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "price": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "source": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "starts_at": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "ticket_url": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "title": {
      -                  "type": "string"
      -                },
      -                "venue": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "required": [
      -                "id",
      -                "title",
      -                "event_url"
      -              ],
      -              "type": "object"
      -            },
      -            "expires_at": {
      -              "type": "string"
      -            },
      -            "fees_included": {
      -              "type": "boolean"
      -            },
      -            "max_total": {
      -              "type": [
      -                "number",
      -                "null"
      -              ]
      -            },
      -            "offer_id": {
      -              "type": "string"
      -            },
      -            "price_guaranteed": {
      -              "type": "boolean"
      -            },
      -            "provider": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "purchase_mode": {
      -              "type": "string"
      -            },
      -            "quantity": {
      -              "type": "number"
      -            },
      -            "quote_id": {
      -              "type": "string"
      -            },
      -            "refund_terms": {
      -              "type": "string"
      -            },
      -            "stop_conditions": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "ticket_type": {
      -              "type": "string"
      -            }
      -          },
      -          "type": [
      -            "object",
      -            "null"
      -          ]
      -        },
      -        "quote_token": {
      -          "type": "string"
      -        },
      -        "quoted": {
      -          "type": "boolean"
      -        }
      -      },
      -      "required": [
      -        "quoted"
      -      ],
      -      "type": "object"
      -    },
      -    {
      -      "properties": {
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "cause": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "classification": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "code": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "error": {
      -          "type": "string"
      -        },
      -        "hostname": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "retryable": {
      -          "type": "boolean"
      -        },
      -        "status": {
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "type": {
      -          "type": "string"
      -        },
      -        "url": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        }
      -      },
      -      "required": [
      -        "error"
      -      ],
      -      "type": "object"
      -    }
      -  ],
      -  "type": "object"
      -}New value: +null
  4. First observed

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare readOnlyHint=true, and the description adds a small behavioral nuance with 'locked' quote. It does not contradict annotations, but it also doesn't explain what 'locked' means, whether quotes expire, or whether any side effects occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler. Every word supports the intended use case, and the structure makes the trigger condition immediately visible.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With seven parameters, no output schema, and no parameter descriptions, a one-sentence description leaves an agent guessing about quote validity, response contents, and the meaning of optional fields. It is adequate for choosing the tool at a high level but not sufficient for constructing a correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% across seven parameters, and the description explains none of them. Required event_id, plus fields like offer_id, max_total, ticket_type, and refund_terms, remain semantically opaque, so the description does nothing to compensate for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific user goal: a locked ticket quote before purchase. This clearly distinguishes the tool from purchase_ticket_order by emphasizing 'before purchase', though it doesn't explicitly name sibling alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The opening 'Use this when...' provides an explicit trigger, and 'before purchase' implies this tool should not be used for actual purchasing. However, it doesn't explicitly spell out when to prefer get_ticket_offers or purchase_ticket_order instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools map to distinct actions across search, recommendations, preferences, tickets, and feedback, with clear descriptions. The only real ambiguity is between recommend_events and recommend_events_for_user, plus some follow-up overlap, but boundaries are mostly clear.

Naming Consistency4/5

Tool names follow a consistent imperative verb_noun pattern and use snake_case throughout. Minor inconsistency exists in event vs events pluralization and interchangeable create/save verbs, but the overall pattern is predictable.

Tool Count3/5

23 tools is a large surface for an events assistant, landing in the 16-25 range that feels heavy. The count is defensible given the breadth of features, but it is borderline and somewhat difficult to navigate.

Completeness4/5

The set covers the core consumer journey well: search, recommendations, preference onboarding and CRUD, ticket quoting and purchase, and post-event feedback. Missing order-status or refund/cancellation endpoints are minor gaps, but primary workflows do not hit dead ends.

Resources