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.

  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

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the 'locked' qualifier benen. However, it does not explain what 'locked' means operationally or how the quote behaves toward purchase.

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?

One sentence, no filler, and the usage condition is front-loaded. Every word contributes to orienting the agent.

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, 0% schema coverage, no output schema, and only a one-line description, the tool definition lacks critical context around parameter semantics, return behavior, pricing details, and the 'locked' quote lifecycle. An agent could call it but may mis-set fields like max_total or currency.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for seven undocumented parameters. 'Locked ticket quote before purchase' provides broad context but does not explain event_id, offer_id, max_total, refund_terms, or other parameter meaning beyond what the property names imply.

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

Purpose5/5

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

The description states a specific action: produce a locked ticket quote before purchase. It clearly differentiates this from purchase_ticket_order by naming the pre-purchase stage and from get_ticket_offers by specifying 'locked quote' rather than just offers.

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?

It explicitly says when to use the tool: when a user wants a locked quote before purchase. It does not explicitly name alternatives or exclusions, but the 'before purchase' phrasing strongly implies the boundary relative to purchase_ticket_order.

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.

Resources