search_boats
Search Sedna for yachts available for the exact requested dates.
Call Base_list first and use an official base name. Results have passed Sedna planning/block and pricing checks for start_date plus nights. If more than 10 yachts match, state the count and fleets and ask for a fleet, model or year preference. If 10 or fewer match, show every result with its fleet name. If none match, offer alternative bases or dates.
Search results intentionally contain no yacht images. If the customer asks to see photos, a gallery, plans, videos or documents for a selected yacht, call boat_details with its exact id_boat and display the returned public media URLs. Use booking_detail for date-specific prices, extras, ports and booking choices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pax | No | Optional passenger filter (exact, range or comparator). | |
| base | Yes | Exact base name returned by Base_list. | |
| page | No | Result page starting at 1. | |
| price | No | Optional price filter in the currency returned by Sedna. | |
| nights | Yes | Number of charter nights. | |
| option | No | Additional supported Sedna filters. | |
| bathroom | No | Optional bathroom filter. | |
| boat_type | No | Optional exact yacht type. | |
| boat_year | No | Optional build-year filter (exact, range or comparator). | |
| boat_model | No | Optional yacht model. | |
| fleet_name | No | Optional fleet preference. | |
| start_date | Yes | Future charter start date in YYYY-MM-DD format. | |
| double_cabin | No | Optional double-cabin filter. |