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.
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?
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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.