build_package_link
Generate a deep link to a curated Event Escapes PACKAGE detail page (/packages/{slug}). Packages are hand-curated bundles of event tickets + hotel + experiences with savings vs DIY booking. Use this AFTER calling search_packages to surface a specific package to the user. This does NOT make a reservation - the user reviews tier/duration/guest selectors and books on the package page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Package slug from search_packages results. | |
| guests | No | Number of travellers. ASK THE USER before passing this - do not assume a default. | |
| check_in | No | Optional check-in date (YYYY-MM-DD). | |
| check_out | No | Optional check-out date (YYYY-MM-DD). | |
| package_id | No | Package UUID from search_packages results. |