Skip to main content
Glama

Restaurant Booking MCP Server

by samwang0723

get_booking_instructions

Obtain step-by-step instructions for making a reservation at a specific restaurant using the Google Places ID, available in multiple locales for user convenience.

Instructions

Get instructions on how to make a reservation at a specific restaurant

Input Schema

NameRequiredDescriptionDefault
localeNoLocale for booking instructions (e.g., "en", "zh-TW", "ja", "ko")en
placeIdYesGoogle Places ID of the restaurant

Input Schema (JSON Schema)

{ "properties": { "locale": { "default": "en", "description": "Locale for booking instructions (e.g., \"en\", \"zh-TW\", \"ja\", \"ko\")", "type": "string" }, "placeId": { "description": "Google Places ID of the restaurant", "type": "string" } }, "required": [ "placeId" ], "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