Skip to main content
Glama

NYC Restaurant Week

Server Details

All 636 NYC Restaurant Week Summer 2026 restaurants — filter by cuisine, borough, price, and date.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
chadnewbry/nyc-restaurant-week-mcp
GitHub Stars
0
Server Listing
nyc-restaurant-week

Available Tools

4 tools
check_dateAInspect

Check whether a date (YYYY-MM-DD) falls within NYC Restaurant Week Summer 2026 and what the rules are that day (which program week, Saturday exclusion, Sunday limitations), plus how many restaurants participate that day.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesDate to check, YYYY-MM-DD

TDQS

A4.2/5.0
Behavior4/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 discloses the behavioral logic: returns program week, Saturday exclusion, Sunday limitations, and participation count. It does not explicitly state side-effect-free or error behavior, but the 'check' nature makes it clear it is a read-only operation.

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, well-structured sentence that efficiently states the action, input format, and output details without any fluff. Every part is informative and necessary.

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?

For a simple one-parameter tool with no annotations or output schema, the description adequately explains the check logic and return content (rules, program week, exclusions, participation count). It could mention edge cases like invalid dates, but the schema pattern already restricts input, making it sufficiently complete.

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?

The schema covers the only parameter 'date' with a description ('Date to check, YYYY-MM-DD') and pattern. The description restates the format and adds context about its role in evaluating Restaurant Week, but this adds minimal value beyond the schema's existing description. Baseline of 3 is appropriate.

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's purpose: checking whether a date falls within NYC Restaurant Week Summer 2026 and returning day-specific rules and participation count. This is a specific verb+resource combination that is distinct from sibling tools like get_restaurant, list_filters, and search_restaurants.

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 implies when to use the tool: when you have a date and need to know if it falls within Restaurant Week and what rules apply. It provides clear context but does not explicitly mention alternatives or exclusions, though siblings are obviously different in scope.

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

get_restaurantAInspect

Get full details for one participating restaurant by slug or name: description, all prix-fixe offers, participating weeks, Restaurant Week menu PDF, website, and OpenTable reservation link.

ParametersJSON Schema
NameRequiredDescriptionDefault
restaurantYesRestaurant slug (from search_restaurants) or name, e.g. 'gran-morsi' or 'Gran Morsi'

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It conveys a safe read-only operation by using 'Get' and explicitly lists the output fields, so an agent can predict what will happen. It does not mention error behavior or permissions, but for a simple read-only lookup this is a minor gap.

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 well-structured sentence that front-loads the primary action and then lists the specific return contents. Every phrase adds value, with no filler or redundancy.

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?

For a one-parameter read-only lookup with no output schema, the description is nearly complete: it identifies the exact output fields, input format, and the singular scope. It could mention what happens when a restaurant is not found or not participating, but this is a minor omission for such a simple tool.

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?

The input schema already provides 100% parameter documentation, including the accepted forms (slug from search_restaurants or name) and an example. The description reinforces 'by slug or name' but does not add substantive meaning beyond the schema, so the baseline of 3 applies.

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 uses a specific verb and resource ('Get full details for one participating restaurant') and enumerates the returned data (description, prix-fixe offers, weeks, PDF, website, OpenTable link), making its function unmistakable. It also clearly differentiates from the sibling search_restaurants tool by targeting a single restaurant rather than a search/listing.

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 clearly implies when to use the tool: when you need full details for a specific restaurant, with the input being a slug or name. It does not explicitly discuss alternatives or exclusions, but the singular 'one restaurant' and the schema hint that the slug comes from search_restaurants provide clear context.

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

list_filtersAInspect

List every available filter value with participant counts: cuisines, boroughs, neighborhoods, price tiers, meals, curated collections, and the seven program weeks with their dates. Useful before searching, or to summarize the program.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the content (filter values with counts, including program weeks with dates) but does not discuss output format, ordering, or performance characteristics. It adds some value beyond the name but could be more explicit about response structure.

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?

Two sentences, front-loaded with the action, each sentence earning its place: the first describes the content, the second gives usage context. No wasted words.

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?

For a zero-parameter listing tool with no output schema, the description is appropriately complete: it explains what is returned and when to use it. The only gap is lack of detail on how the output is structured, but this is minor given the tool's simplicity.

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?

The tool has zero parameters, so the schema provides full coverage. The description does not need to explain parameters; the baseline for 0-parameter tools is 4.

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 lists every available filter value with participant counts, enumerating specific categories (cuisines, boroughs, neighborhoods, price tiers, meals, curated collections, program weeks). It uses a specific verb ('List') and resource, distinguishing it from siblings like search_restaurants 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 Guidelines4/5

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

Provides clear usage context with 'Useful before searching, or to summarize the program,' indicating when to invoke it. It does not explicitly name alternatives or exclusions, but the context makes it distinct from sibling tools.

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

search_restaurantsAInspect

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.

ParametersJSON 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.

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables restaurant discovery and reservations across multiple providers (Resy, Google Places, Yelp, Tock) with auditable and secure two-step booking.
    10
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    An AI-native restaurant discovery service that enables searching and receiving natural language recommendations for over 2,200 restaurants across 15+ US cities. It provides tools for accessing detailed restaurant info, curated lists, and cuisine-specific searches through the Model Context Protocol.
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.