Quote Ticket Order
quote_ticket_orderUse this when a user wants a locked ticket quote before purchase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | ||
| event_id | Yes | ||
| offer_id | No | ||
| quantity | No | ||
| max_total | No | ||
| ticket_type | No | ||
| refund_terms | No |
quote_ticket_orderUse this when a user wants a locked ticket quote before purchase.
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | ||
| event_id | Yes | ||
| offer_id | No | ||
| quantity | No | ||
| max_total | No | ||
| ticket_type | No | ||
| refund_terms | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / properties / currency / descriptionRemoved value: -"Preferred currency for max_total, for example USD."Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, or get_event."Input schema / properties / max_total / descriptionRemoved value: -"Maximum all-in total the user authorizes before the agent must stop and ask again."Input schema / properties / offer_id / descriptionRemoved value: -"Optional offer_id returned by get_ticket_offers."Input schema / properties / quantity / defaultRemoved value: -1Input schema / properties / refund_terms / descriptionRemoved value: -"Minimum refund/transfer terms the user accepts."Input schema / properties / ticket_type / descriptionRemoved value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available."Output 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: +nullInput schema / properties / currency / descriptionAdded value: +"Preferred currency for max_total, for example USD."Input schema / properties / event_id / descriptionAdded value: +"Event id returned by search, recommendations, plan_night, or get_event."Input schema / properties / max_total / descriptionAdded value: +"Maximum all-in total the user authorizes before the agent must stop and ask again."Input schema / properties / offer_id / descriptionAdded value: +"Optional offer_id returned by get_ticket_offers."Input schema / properties / quantity / defaultAdded value: +1Input schema / properties / refund_terms / descriptionAdded value: +"Minimum refund/transfer terms the user accepts."Input schema / properties / ticket_type / descriptionAdded value: +"Requested ticket type, for example GA, balcony, seated, VIP, or best available."Output 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"
+}Input schema / properties / currency / descriptionRemoved value: -"Preferred currency for max_total, for example USD."Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, or get_event."Input schema / properties / max_total / descriptionRemoved value: -"Maximum all-in total the user authorizes before the agent must stop and ask again."Input schema / properties / offer_id / descriptionRemoved value: -"Optional offer_id returned by get_ticket_offers."Input schema / properties / quantity / defaultRemoved value: -1Input schema / properties / refund_terms / descriptionRemoved value: -"Minimum refund/transfer terms the user accepts."Input schema / properties / ticket_type / descriptionRemoved value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available."Output 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: +nullDoes 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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.
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.
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.
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.
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.