Skip to main content
Glama

AMC MCP Server

by hi5d

process_payment

Process payment transactions for movie bookings by submitting booking ID, payment method, and amount to complete ticket purchases.

Instructions

Handles simulated payment transaction.

Args: booking_id: Booking ID from book_seats payment_method: Payment method (e.g., "card", "cash") amount: Payment amount in USD

Returns: JSON string with payment confirmation and receipt

Input Schema

NameRequiredDescriptionDefault
booking_idYes
payment_methodYes
amountYes

Input Schema (JSON Schema)

{ "properties": { "amount": { "type": "number" }, "booking_id": { "type": "string" }, "payment_method": { "type": "string" } }, "required": [ "booking_id", "payment_method", "amount" ], "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