build_event_link
Generate a deep link to the Event Escapes event detail page. The user lands on a page where they can review ticket categories, see hotels near the venue (auto-loaded), and complete booking themselves. Optionally pass hotel_id to pin a recommended hotel at the top of the hotels-near-venue list. This does NOT make a reservation; it is purely a navigation aid. For curated packages, use build_package_link instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Event slug from search_events results. | |
| guests | No | Number of travellers. ASK THE USER before passing this - do not assume a default. Only include if the user has explicitly stated how many people are travelling. | |
| check_in | No | Optional check-in date (YYYY-MM-DD) to pre-fill on the page. | |
| event_id | No | Event UUID from search_events results. | |
| hotel_id | No | Optional hotel ID from search_hotels_near_event. If provided, this hotel will be pinned to the top of the hotels-near-venue list on the event page. | |
| check_out | No | Optional check-out date (YYYY-MM-DD) to pre-fill on the page. |