nycrsvps.com
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
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
| Property | Type | Required | Description |
|---|---|---|---|
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
Atlas of unconventional places and detours worth adding to your travel itinerary.
esdeveniments.cat
Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you.
feverup.com
Discover the best events, experiences, and things to do in your city.
naczarter.pl
Online yacht charter booking for the Masurian Lakes, Poland.