Skip to main content
Glama

NYC Restaurant Week

search_restaurants

Search the 396 restaurants participating in NYC Restaurant Week Summer 2026 (Jul 20 – Sep 6). All filters are optional and combinable. Prix-fixe tiers are $30 / $45 / $60 for lunch, brunch, or dinner. Saturdays are excluded program-wide; Sunday participation varies. Returns a paginated list with total count — use get_restaurant with a slug for menus, reservation and website links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoA specific date (YYYY-MM-DD) you want to dine — resolves to the right week and handles Saturday/Sunday rules
mealNo
weekNoProgram week 1–7 (Week 1 starts Jul 20, Week 7 ends Sep 6)
limitNoResults per page, default 10, max 25
priceNoMaximum prix-fixe price per person: 30, 45, or 60
queryNoFree-text search over name, description, cuisine, and neighborhood (e.g. 'rooftop', 'omakase', 'steak tribeca')
offsetNoPagination offset
sundayNotrue = only restaurants offering Restaurant Week on Sundays
boroughNo
cuisineNoCuisine filter, e.g. Italian, Japanese / Sushi, Steakhouse, French, Korean, Mexican, Seafood, Indian, Thai (see list_filters for all 50+)
has_menuNotrue = only restaurants that published their Restaurant Week menu PDF
collectionNoCurated NYC Tourism collections
neighborhoodNoe.g. Tribeca, West Village, Astoria, Williamsburg (see list_filters)
bookable_on_opentableNotrue = only restaurants reservable via OpenTable

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It meaningfully reveals program-wide Saturday exclusion, variable Sunday participation, optional/combinable filters, and pagination with a total count. It does not cover rate limits, result ordering, or defaut result item fields, but the provided context is substantial and non-obvious.

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 four sentences with no wasted words. Core purpose and scope are front-loaded, followed by filter semantics, program-specific rules, and return/pagination details. Every sentence carries unique information that is not redundant with the schema.

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 no output schema and no annotations, the description covers the key program facts (date range, tiers, exclusions), pagination behavior, and the path to get_restaurant for detailed data. It could be more complete by mentioning how to discover valid filter values via list_filters or how results are ordered, but the provided context is sufficient for a competent agent to make correct initial calls.

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

Parameters4/5

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

Schema description coverage is high (86%), so the schema handles most parameter meaning. The description adds value beyond the schema by explaining that filters are optional and combinable, and clarifying the prix-fixe tiers ($30/$45/$60) across lunch, brunch, or dinner. This supplements parameters like price, meal, and date, making the tool's behavior easier to reason about.

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 opens with a specific verb and resource: 'Search the 396 restaurants participating in NYC Restaurant Week Summer 2026', which unambiguously defines the tool's scope. It further distinguishes itself from the sibling get_restaurant by noting that the search returns a paginated list and that get_restaurant is used for menus, reservations, and links. This clear differentiation lets an agent select the correct tool without opening other definitions.

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?

The description states when to use this tool ('Search...'), clarifies that all filters are optional and combinable, and explicitly routes to get_restaurant for detailed restaurant info. However, it does not mention when to choose check_date or list_filters, though list_filters is referenced in the schema for valid filter values. This leaves some routing to inference rather than explicit guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: date validation, single restaurant details, filter enumeration, and restaurant search. There is no overlap between them; an agent can easily select the right tool for the task.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (check_date, get_restaurant, list_filters, search_restaurants). This uniform convention makes the API predictable and easy to reason about.

Tool Count5/5

With 4 tools, the server is well-scoped for a restaurant week program: search, detail lookup, date rules, and filter options. Each tool is essential and the count is appropriate for the domain.

Completeness5/5

The tool surface covers the primary workflows: searching restaurants, retrieving individual details, checking date-specific rules, and exploring available filters. No meaningful gaps exist; reservation and menu links are provided within restaurant details.