Skip to main content
Glama

Restaurant Booking MCP Server

by samwang0723

make_reservation

Book a restaurant reservation by providing details like party size, preferred date and time, contact information, and special requests using the Google Places ID of the restaurant.

Instructions

Attempt to make a restaurant reservation (mock implementation)

Input Schema

NameRequiredDescriptionDefault
contactEmailNoEmail address (optional)
contactNameYesName for the reservation
contactPhoneYesPhone number for the reservation
localeNoLocale for reservation process (e.g., "en", "zh-TW", "ja", "ko")en
partySizeYesNumber of people in the party
placeIdYesGoogle Places ID of the restaurant
preferredDateTimeYesPreferred date and time in ISO format
specialRequestsNoAny special requests or dietary restrictions

Input Schema (JSON Schema)

{ "properties": { "contactEmail": { "description": "Email address (optional)", "type": "string" }, "contactName": { "description": "Name for the reservation", "type": "string" }, "contactPhone": { "description": "Phone number for the reservation", "type": "string" }, "locale": { "default": "en", "description": "Locale for reservation process (e.g., \"en\", \"zh-TW\", \"ja\", \"ko\")", "type": "string" }, "partySize": { "description": "Number of people in the party", "type": "number" }, "placeId": { "description": "Google Places ID of the restaurant", "type": "string" }, "preferredDateTime": { "description": "Preferred date and time in ISO format", "type": "string" }, "specialRequests": { "description": "Any special requests or dietary restrictions", "type": "string" } }, "required": [ "placeId", "partySize", "preferredDateTime", "contactName", "contactPhone" ], "type": "object" }

You must be authenticated.

Other Tools from Restaurant Booking 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/samwang0723/mcp-booking'

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