booking_filter_results
Filter recent hotel search results by price, review score, star rating, free cancellation, breakfast inclusion, or keyword. Returns a subset of properties matching your criteria.
Instructions
Client-side filter over the most recent booking_search results by price, review score, star rating, free cancellation, breakfast, or a name/location keyword. Returns a filtered subset. To filter by facilities like pets, parking, or pool, use the amenities argument on booking_search instead (filtered server-side).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stars | No | Filter by star rating (1-5) | |
| keyword | No | Filter by keyword in property name or location | |
| maxPrice | No | Maximum price per night | |
| minPrice | No | Minimum price per night | |
| minRating | No | Minimum review score (0-10) | |
| freeCancellation | No | Only show properties with free cancellation | |
| breakfastIncluded | No | Only show properties with breakfast included |