NYC Restaurant Week
Server Details
All 636 NYC Restaurant Week Summer 2026 restaurants — filter by cuisine, borough, price, and date.
- 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 toolscheck_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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to check, YYYY-MM-DD |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant | Yes | Restaurant slug (from search_restaurants) or name, e.g. 'gran-morsi' or 'Gran Morsi' |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | A specific date (YYYY-MM-DD) you want to dine — resolves to the right week and handles Saturday/Sunday rules | |
| meal | No | ||
| week | No | Program week 1–7 (Week 1 starts Jul 20, Week 7 ends Sep 6) | |
| limit | No | Results per page, default 10, max 25 | |
| price | No | Maximum prix-fixe price per person: 30, 45, or 60 | |
| query | No | Free-text search over name, description, cuisine, and neighborhood (e.g. 'rooftop', 'omakase', 'steak tribeca') | |
| offset | No | Pagination offset | |
| sunday | No | true = only restaurants offering Restaurant Week on Sundays | |
| borough | No | ||
| cuisine | No | Cuisine filter, e.g. Italian, Japanese / Sushi, Steakhouse, French, Korean, Mexican, Seafood, Indian, Thai (see list_filters for all 50+) | |
| has_menu | No | true = only restaurants that published their Restaurant Week menu PDF | |
| collection | No | Curated NYC Tourism collections | |
| neighborhood | No | e.g. Tribeca, West Village, Astoria, Williamsburg (see list_filters) | |
| bookable_on_opentable | No | true = only restaurants reservable via OpenTable |
TDQS
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.
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.
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.
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.
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.
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
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search 20,072 verified restaurants and bars across 22 cities plus the New Mexico region, with venue detail, curated lists and trip saving.
AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data.
Book hard-to-get restaurant reservations on your own Resy, SevenRooms, or OpenTable account.
Agent-native registry: 168k+ real restaurants in LA, Hong Kong & Tokyo. Unranked, honest signals.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables restaurant discovery and reservations across multiple providers (Resy, Google Places, Yelp, Tock) with auditable and secure two-step booking.10MIT
- FlicenseNot gradedqualityNot gradedmaintenanceAn 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.
- FlicenseBqualityFmaintenanceEnables users to search, check availability, and book restaurant reservations across Resy and OpenTable platforms. It supports direct booking for Resy and includes an automated reservation 'sniper' for securing high-demand slots the moment they become available.124

PosDO MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceDiscovers over 356,000 restaurants across 20 countries, providing search, reviews, time-based offers, and cultural context via the Model Context Protocol.Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.