Skip to main content
Glama

Restaurant Booking MCP Server

by samwang0723

get_restaurant_details

Retrieve comprehensive restaurant details such as reviews, photos, and opening hours using the Google Places ID. Supports multiple locales for accurate, localized information.

Instructions

Get detailed information about a specific restaurant including reviews, photos, and opening hours

Input Schema

NameRequiredDescriptionDefault
localeNoLocale for restaurant details (e.g., "en" for English, "zh-TW" for Traditional Chinese, "ja" for Japanese, "ko" for Korean). Affects restaurant names, reviews, and other text content.en
placeIdYesGoogle Places ID of the restaurant

Input Schema (JSON Schema)

{ "properties": { "locale": { "default": "en", "description": "Locale for restaurant details (e.g., \"en\" for English, \"zh-TW\" for Traditional Chinese, \"ja\" for Japanese, \"ko\" for Korean). Affects restaurant names, reviews, and other text content.", "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