Skip to main content
Glama
noahelson208-prog

@striderlabs/mcp-opentable

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENTABLE_EMAILNoEmail address for your OpenTable account.
OPENTABLE_PASSWORDNoPassword for your OpenTable account. Highly recommend using .env file.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
opentable_statusA

Check if the user is logged in to OpenTable. Returns login status and instructions if not authenticated. Call this before any other OpenTable operations.

opentable_loginA

Get the OpenTable login URL and instructions for the user to authenticate. Use this when opentable_status returns not logged in.

opentable_logoutA

Clear the stored OpenTable session cookies. Use this to log out or reset the authentication state.

opentable_searchB

Search for restaurants on OpenTable by location, cuisine, party size, date, and time.

opentable_get_restaurantA

Get detailed information about a specific restaurant including description, address, hours, and features.

opentable_check_availabilityA

Check available reservation time slots for a restaurant on a specific date and party size.

opentable_make_reservationA

Book a restaurant reservation on OpenTable. Set confirm=false to preview before booking, confirm=true to actually book. Requires the user to be logged in.

opentable_get_reservationsA

List all upcoming reservations for the logged-in user. Requires authentication.

opentable_cancel_reservationA

Cancel an existing reservation. Set confirm=false to preview, confirm=true to actually cancel. This action cannot be undone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/noahelson208-prog/mcp_opentable'

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