Skip to main content
Glama
noahelson208-prog

@striderlabs/mcp-opentable

opentable_search

Find restaurants on OpenTable by location, cuisine, party size, date, and time to check availability for reservations.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoReservation date in YYYY-MM-DD format
timeNoPreferred time in HH:MM format (e.g. '19:00')
cuisineNoFilter by cuisine type (e.g. 'italian', 'sushi', 'american', 'french')
locationYesLocation to search (city, neighborhood, or address, e.g. 'San Francisco', 'Manhattan')
partySizeNoNumber of guests (default: 2)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the action (search) and filter criteria but does not disclose whether authentication is required, what the response looks like, pagination, rate limits, or any side effects. The behavioral traits are not adequately disclosed.

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?

The description is a single, front-loaded sentence that clearly states the action and key filters. Every word adds value, with no redundancy or filler.

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

Completeness2/5

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

With 5 parameters, no output schema, and no annotations, the description should provide more context about return values, expected result structure, or how to use results with sibling tools. It lacks any guidance on response format or integration, making it incomplete for a tool of this complexity.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already explains all parameters. The description merely lists the same parameter names without adding format, defaults (other than partySize default), or usage nuances beyond the schema. Baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool searches for restaurants on OpenTable with specific filter dimensions (location, cuisine, party size, date, time). While it distinguishes from siblings by being the only 'search' tool, it doesn't explicitly contrast with check_availability or get_restaurant.

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

Usage Guidelines3/5

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

The description implies usage for finding restaurants, but provides no explicit guidance on when to use this tool versus alternatives like check_availability or make_reservation. No exclusions or alternative tool names are mentioned.

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

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