Enables conversational AI assistants to help users discover movies, find showtimes, book seats, and process payments for AMC Theatres through a simple API interface.
| Tool name | Description | Destructive? |
|---|---|---|
| get_now_showing | Returns a list of movies currently showing in a given city or ZIP code | ✓ no |
| get_recommendations | Suggests movies based on mood, genre, or time preferences | ✓ no |
| get_showtimes | Fetches available showtimes for a specific movie and location | ✓ no |
| get_seat_map | Displays available and reserved seats for a specific showtime | ✓ no |
| book_seats | Reserves selected seats for the user | ✓ no |
| process_payment | Handles simulated payment transaction | ✓ no |