Skip to main content
Glama

Restaurant Booking MCP Server

by samwang0723

check_availability

Verify restaurant reservation availability by entering place ID, date, time, party size, and locale. Perfect for planning bookings with accurate, location-specific details.

Instructions

Check availability for a restaurant reservation (mock implementation)

Input Schema

NameRequiredDescriptionDefault
dateTimeYesPreferred date and time in ISO format (e.g., "2024-01-15T19:00:00")
localeNoLocale for availability check (e.g., "en", "zh-TW", "ja", "ko")en
partySizeYesNumber of people in the party
placeIdYesGoogle Places ID of the restaurant

Input Schema (JSON Schema)

{ "properties": { "dateTime": { "description": "Preferred date and time in ISO format (e.g., \"2024-01-15T19:00:00\")", "type": "string" }, "locale": { "default": "en", "description": "Locale for availability check (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" } }, "required": [ "placeId", "dateTime", "partySize" ], "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