Skip to main content
Glama

store_opentable_credentials

Save your OpenTable CSRF token and personal details to automate restaurant reservations. Stores authentication credentials and contact information required for booking tables without manual login.

Instructions

Save your OpenTable DAPI credentials for automated booking.

The CSRF token (x-csrf-token) is required for booking. To get it:

  1. Log into opentable.com in your browser

  2. Open DevTools → Network tab

  3. Make any action (search, etc.)

  4. Find any request to /dapi/ and copy the x-csrf-token header value

Recommended: Set OPENTABLE_CSRF_TOKEN as an environment variable so it never appears in chat history.

Args: csrf_token: The x-csrf-token value from your browser session (or set OPENTABLE_CSRF_TOKEN env var). email: Your OpenTable account email (or set OPENTABLE_EMAIL env var). first_name: First name for reservations. last_name: Last name for reservations. phone: Phone number for reservations.

Returns: Confirmation that credentials were saved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csrf_tokenNo
emailNo
first_nameNo
last_nameNo
phoneNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full disclosure burden. It successfully explains the security-sensitive nature (credential persistence) and privacy implications (chat history exposure risk). However, it omits details about storage persistence scope, encryption, or error conditions that would be valuable for a credential storage tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Excellent structure with front-loaded purpose statement, followed by necessary setup instructions, then Args/Returns sections. The CSRF extraction steps are lengthy but essential for usability. No redundant or wasted language—every sentence provides necessary guidance or context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Comprehensive coverage for a credential management tool: explains purpose, security best practices, parameter semantics, return values, and setup prerequisites. Despite having no annotations and a schema with no descriptions, the description provides everything needed for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by providing detailed semantic meaning for all 5 parameters in the Args section. It explains not just what each parameter is (csrf_token, email, etc.) but also environmental variable alternatives and the purpose of personal data fields (reservations).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the specific action (save/store) and resource (OpenTable DAPI credentials) for the specific purpose of automated booking. The name and description clearly distinguish this from the sibling tool 'store_resy_credentials' by specifying the OpenTable platform.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides excellent step-by-step instructions for obtaining the CSRF token and strongly recommends environment variables to avoid exposing secrets in chat history. Lacks explicit contrast with 'store_resy_credentials' regarding when to use each platform, though this is implicitly clear from the naming.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/devingoodsell/matire-d-mcp'

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