get_vip_pricing
Retrieve VIP pricing information for a venue, including minimum spend ranges, zone summaries, and table chart image URL, to help users understand bottle service costs and table reservation options.
Instructions
Get VIP pricing information for a venue. Returns honest weekday and weekend minimum spend ranges, zone summaries, table chart image URL, and booking affordance.
WHEN TO CALL: When a user asks about VIP tables, VIP pricing, bottle service costs, minimum spend, or table reservations at a specific venue.
WHAT TO DO AFTER:
Present pricing conversationally ("Weekday minimums start around ¥100K, weekends from ¥200K")
Show table chart URL as a layout reference only — do not infer availability from the image
If booking_supported is true and user is interested, offer to submit an inquiry via create_vip_booking_request
Do NOT suggest specific table codes unless the user asks
If busy_night is true, mention the event name and that demand may be higher on that night
When pricing_approximate is true, use hedging language ("around", "approximately") rather than stating exact figures
When venue_open is false, the venue is closed on that specific date but general pricing ranges for open nights are still included. Present the open nights and pricing to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue_id | Yes | ||
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue_id | Yes | ||
| venue_name | Yes | ||
| venue_open | Yes | ||
| venue_closed_message | Yes | ||
| pricing_configured | Yes | ||
| pricing_not_configured_message | Yes | ||
| weekday_min_spend | Yes | ||
| weekend_min_spend | Yes | ||
| currency | Yes | ||
| zones | Yes | ||
| layout_image_url | Yes | ||
| booking_supported | Yes | ||
| booking_note | Yes | ||
| generated_at | Yes | ||
| service_date | Yes | ||
| event_pricing_note | Yes | ||
| event_name | Yes | ||
| busy_night | Yes | ||
| pricing_approximate | Yes |