Skip to main content
Glama

AMC MCP Server

by hi5d

book_seats

Reserve selected seats for AMC movie showtimes by providing showtime ID, seat numbers, and user identifier to confirm your booking.

Instructions

Reserves selected seats for the user.

Args: showtime_id: Showtime ID (e.g., "st001") seats: List of seat numbers (e.g., ["A5", "A6"]) user_id: User identifier

Returns: JSON string with booking confirmation

Input Schema

NameRequiredDescriptionDefault
showtime_idYes
seatsYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "seats": { "items": { "type": "string" }, "type": "array" }, "showtime_id": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "showtime_id", "seats", "user_id" ], "type": "object" }

Other Tools from AMC MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/hi5d/amc-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server