Score seats for a known showtime
get_optimal_seatsFetch and score seat maps for a Cineplex showtime to identify good seats, with parameters to exclude front rows, side seats, and set minimum contiguous open seats.
Instructions
Given a Cineplex theatre ID and showtime ID (e.g. from find_optimal_showtimes), fetch and score its seat map for good seats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theatreId | Yes | Cineplex theatre ID | |
| showtimeId | Yes | Cineplex showtime ID | |
| minContiguous | No | Minimum contiguous open seats required, default 1 | |
| excludeFrontRows | No | Number of front rows to exclude, default 3 | |
| excludeSideSeats | No | Number of seats to exclude from each side wall, default 3 |