find_options
Find concrete bookable options for an item.
For movies: showtimes for the given film. For events: ticket classes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| when | No | ISO date (YYYY-MM-DD) or "today"/"tomorrow". Default "today". | today |
| item_id | Yes | ID returned by `search` (film_id, event_id), or a title for fuzzy lookup. | |
| location | No | City, postcode, or "lat,lng" — required for movies. | |
| vertical | Yes | The vertical (e.g. "movies", "events"). | |
| agent_client | No | Optional — name of the calling agent (Claude, ChatGPT, etc.). Pass the SAME value across search → find_options → book so the trust stack can link the booking to its prior discovery. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||