WebMCP

TravelWebMCP verified

nycrsvps.com WebMCP tools

A reference guide for when popular New York City restaurants (Don Angie, Carbone, and more) release reservations. WebMCP tools let an agent search and filter the tracked restaurants and calculate exactly when bookings open for a chosen date.

5 tools1 methodsspec API surface

What can an agent do with nycrsvps.com WebMCP tools?

A reference guide for when popular New York City restaurants (Don Angie, Carbone, and more) release reservations. WebMCP tools let an agent search and filter the tracked restaurants and calculate exactly when bookings open for a chosen date. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on nycrsvps.com

Tool 1 of 5WebMCPAnswer

find_restaurants

Search and filter NYC restaurants tracked by this site. Use this tool when the user wants to find restaurants, browse dining options, or look up reservation details for a specific restaurant. All filter parameters are optional and case-insensitive partial matches — combine any number of them to narrow results. When no filters are provided, returns all restaurants. Each result includes: restaurant name, cuisine, NYC neighborhood, reservation platform (e.g. Resy, OpenTable, Phone), direct booking link, how far in advance reservations open, and the daily release time in Eastern Time. Examples of when to use this tool: - "What Italian restaurants do you have?" → { cuisine: "Italian" } - "Show me restaurants in the West Village" → { neighborhood: "West Village" } - "What restaurants use Resy?" → { reservation_method: "Resy" } - "Tell me about Don Angie" → { name: "Don Angie" } - "Find Japanese restaurants in Soho" → { cuisine: "Japanese", neighborhood: "Soho" } Do NOT use this tool for: - Calculating when reservations open for a specific date (use get_reservation_open_date instead) - Finding restaurants not tracked by NYC RSVPs - Making or managing actual reservations

How to install

Open the nycrsvps.com website and ask your browser agent to use find_restaurants

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the find_restaurants tool on nycrsvps.com with name: <string>, cuisine: <string>, neighborhood: <string>, reservation_method: <string>. Return the structured result and cite the source page.

Input contract

  • name string Restaurant name to search for. Partial match, case-insensitive. Example: 'carbone', 'Don Angie'
  • cuisine string Cuisine type to filter by. Partial match, case-insensitive. Examples: 'Italian', 'Japanese', 'Mexican', 'French'
  • neighborhood string NYC neighborhood/area to filter by. Partial match, case-insensitive. Examples: 'West Village', 'Soho', 'Williamsburg', 'Lower East Side'
  • reservation_method string Booking platform to filter by. Partial match, case-insensitive. Examples: 'Resy', 'OpenTable', 'Phone', 'Tock'

Open the source definition

Tool 2 of 5WebMCPAnswer

get_reservation_open_date

Calculate exactly when reservations open for a specific restaurant on a desired date. Use this tool when the user wants to know when to book, when reservations drop, or when to set a reminder for a specific dining date. Returns one of two outcomes: - If reservations are already open: tells the user they can book now and provides the booking link. - If reservations are not yet open: returns the exact date and time (in Eastern Time) when reservations will be released, plus the booking link. The restaurant_name must match a restaurant tracked by this site. If unsure of the exact name, use find_restaurants first to look it up. Examples of when to use this tool: - "When do reservations open for Carbone on March 15?" → { restaurant_name: "Carbone", desired_date: "2026-03-15" } - "I want to eat at Don Angie on my birthday April 20th" → { restaurant_name: "Don Angie", desired_date: "2026-04-20" } - "When should I check Resy for a July 4th dinner at 4 Charles?" → { restaurant_name: "4 Charles Prime Rib", desired_date: "2026-07-04" } Do NOT use this tool for: - Browsing or searching for restaurants (use find_restaurants instead) - Dates in the past - Restaurants not tracked by this site

How to install

Open the nycrsvps.com website and ask your browser agent to use get_reservation_open_date

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_reservation_open_date tool on nycrsvps.com with restaurant_name: <string>, desired_date: <string>. Return the structured result and cite the source page.

Input contract

  • restaurant_name string Exact name of the restaurant as it appears on NYC RSVPs. Use find_restaurants first if unsure of the exact name.
  • desired_date string The date the user wants to dine, in YYYY-MM-DD format. Must be a future date.

Open the source definition

Tool 3 of 5WebMCPAnswer

check_reservation_open_date

Uses the RSVP Open Date Calculator to determine exactly when reservations become available for a chosen restaurant. Use this when a user asks 'When do reservations open for Lilia?' or 'When can I book Carbone?' — it selects the restaurant from a dropdown and submits to get the opening date/time details.

How to install

Open the nycrsvps.com website and ask your browser agent to use check_reservation_open_date

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the check_reservation_open_date tool on nycrsvps.com with restaurant: <string>. Return the structured result and cite the source page.

Input contract

  • restaurant string

Open the source definition

Tool 4 of 5WebMCPAction

go_to_rsvp_calculator

Redirects the user to the Reservation Open Date Calculator tool on NYC RSVPs. Use this when a user asks when reservations open for a specific restaurant, wants to know the best time to book, or needs to plan ahead for securing a hard-to-get table.

How to install

Open the nycrsvps.com website and ask your browser agent to use go_to_rsvp_calculator

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the go_to_rsvp_calculator tool on nycrsvps.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 5 of 5WebMCPAnswer

    search_restaurants

    Helps users discover hard-to-book NYC restaurants by filtering the full directory. Use this when a user wants to find restaurants in a specific neighborhood (e.g. 'SoHo'), of a particular cuisine (e.g. 'Italian'), bookable through a specific platform (e.g. 'Resy'), or by name. All four filters are optional and can be combined.

    How to install

    Open the nycrsvps.com website and ask your browser agent to use search_restaurants

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the search_restaurants tool on nycrsvps.com with cuisine: <string>, neighborhood: <string>, restaurant_name: <string>, reservation_platform: <string>. Return the structured result and cite the source page.

    Input contract

    • cuisine string
    • neighborhood string
    • restaurant_name string
    • reservation_platform string

    Open the source definition