← WebMCP Directory

nycrsvps.com

nycrsvps.com

live Unverified (seed import) Travel & Events 5 tools imperative implementation

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.

First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com

Answer 4 · Act 1 · Transact 0 · Score: Not yet scored

Tool inspector

get_reservation_open_date

answer imperative

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

Input schema

PropertyTypeRequiredDescription
restaurant_name string yes Exact name of the restaurant as it appears on NYC RSVPs. Use find_restaurants first if unsure of the exact name.
desired_date string yes The date the user wants to dine, in YYYY-MM-DD format. Must be a future date.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "restaurant_name": {
      "type": "string",
      "description": "Exact name of the restaurant as it appears on NYC RSVPs. Use find_restaurants first if unsure of the exact name."
    },
    "desired_date": {
      "type": "string",
      "description": "The date the user wants to dine, in YYYY-MM-DD format. Must be a future date.",
      "format": "date"
    }
  },
  "required": [
    "restaurant_name",
    "desired_date"
  ]
}

Similar websites

placemania.sk

placemania.sk

Atlas of unconventional places and detours worth adding to your travel itinerary.

live Unverified Travel & Events
9 tools A0 / Act9 / T0 Not yet scored Seen 2026-08-17
site_manifest site_search site_get_content site_get_chunk site_get_schema
Inspect tools
esdeveniments.cat

esdeveniments.cat

Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you.

live Unverified Travel & Events
5 tools A5 / Act0 / T0 Not yet scored Seen 2026-08-17
search-events get-event-details get-categories get-places get-events-by-place
Inspect tools
feverup.com

feverup.com

Discover the best events, experiences, and things to do in your city.

live Unverified Travel & Events
4 tools A0 / Act4 / T0 Not yet scored Seen 2026-08-17
toggle_plan_favorite home_list_cities home_navigate_to_city webmcp_get_page_summary
Inspect tools
naczarter.pl

naczarter.pl

Online yacht charter booking for the Masurian Lakes, Poland.

live Unverified Travel & Events Transact tools
4 tools A2 / Act1 / T1 Not yet scored Seen 2026-08-17
search_charters quote_charter get_charter_details book_charter
Inspect tools

Related on Influzer