Skip to main content
Glama
chrischall

resy-mcp

by chrischall

resy_search_venues

Read-only

Search Resy for restaurants with availability for a specified date and party size. Returns venues with bookable slot tokens.

Instructions

Search Resy for restaurants with availability. Returns venues including any bookable slot tokens for the requested date + party size. Defaults to NYC geo if lat/lng omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoVenue name or keyword
latNoLatitude (default 40.7128 NYC)
lngNoLongitude (default -73.9876 NYC)
dateYesDesired date YYYY-MM-DD
party_sizeYesNumber of guests
limitNoMax venues (default 20)
radius_metersNoSearch radius in meters (default 16100)
Behavior4/5

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

The annotation already indicates readOnlyHint=true, and the description adds that the tool returns venues with bookable slot tokens and defaults to NYC geo if lat/lng omitted. This provides useful behavioral context beyond the annotation, though rate limits or pagination are not mentioned.

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 two sentences, front-loaded with the core action, and contains no unnecessary words. Every part serves a purpose.

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

Completeness4/5

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

Given the tool has 7 parameters and no output schema, the description covers the main purpose, default geo, and return content. However, it does not explain the limit or radius parameters, or that query is optional. Slightly incomplete.

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 coverage is 100%, so baseline is 3. The description adds value by noting default geo behavior for lat/lng and the return of bookable slot tokens related to date and party_size, but does not significantly enhance understanding beyond the schema.

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?

The description clearly states the tool searches for restaurants with availability and returns venues with bookable slot tokens. It distinguishes from siblings like 'resy_find_slots' (which finds slots for a specific venue) and 'resy_get_venue' (which gets a single venue).

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 use for searching venues with availability and mentions default geo behavior, but it does not explicitly state when to use this tool versus alternatives like 'resy_find_slots' or 'resy_get_venue'. No when-not-to-use guidance is provided.

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/chrischall/resy-mcp'

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