← All WebMCP sites

nycrsvps.com

Travel & Eventshttps://nycrsvps.com/listed as of 2026-08-01
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.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 53/100 (C).

Tools

find_restaurantsanswerimperative
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
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Restaurant name to search for. Partial match, case-insensitive. Example: 'carbone', 'Don Angie'"
    },
    "cuisine": {
      "type": "string",
      "description": "Cuisine type to filter by. Partial match, case-insensitive. Examples: 'Italian', 'Japanese', 'Mexican', 'French'"
    },
    "neighborhood": {
      "type": "string",
      "description": "NYC neighborhood/area to filter by. Partial match, case-insensitive. Examples: 'West Village', 'Soho', 'Williamsburg', 'Lower East Side'"
    },
    "reservation_method": {
      "type": "string",
      "description": "Booking platform to filter by. Partial match, case-insensitive. Examples: 'Resy', 'OpenTable', 'Phone', 'Tock'"
    }
  }
}
get_reservation_open_dateanswerimperative
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
{
  "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"
  ]
}
check_reservation_open_dateanswerimperative
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.
Input schema
{
  "type": "object",
  "required": [
    "restaurant"
  ],
  "properties": {
    "restaurant": {
      "enum": [
        "4 Charles Prime Rib",
        "Adda",
        "Atoboy",
        "Au Cheval",
        "Balthazar",
        "Bangkok Supper Club",
        "Bistrot Ha",
        "Bong",
        "Bonnie's",
        "Borgo",
        "Bridges",
        "Bungalow",
        "Buvette",
        "Carbone",
        "Chinese Tuxedo",
        "Claud",
        "COQODAQ",
        "Corner Bar",
        "Cote",
        "Dhamaka",
        "Din Tai Fung",
        "Don Angie",
        "Double Chicken Please",
        "Eleven Madison Park",
        "Fish Cheeks",
        "Gage & Tollner",
        "Golden Diner",
        "Ha's Snack Bar",
        "Hillstone",
        "I Cavallini",
        "i Sodi",
        "Kabawa",
        "L'Artusi",
        "Laser Wolf",
        "Le Café Louis Vuitton",
        "Le Chêne",
        "Lei",
        "Lilia",
        "Masalawala & Sons",
        "Misi",
        "Monkey Bar",
        "Per Se",
        "Peter Luger",
        "Polo Bar",
        "Ramen by Ra",
        "Raoul's",
        "Red Hook Tavern",
        "Rezdôra",
        "Roscioli (Tasting Menu)",
        "Rubirosa",
        "Sadelle's",
        "schmuck.",
        "Semma",
        "Shuka",
        "Sushi Nakazawa",
        "Tatiana",
        "Thai Diner",
        "The Corner Store",
        "The Four Horsemen",
        "The Nines",
        "Theodora",
        "Torrisi Bar & Restaurant",
        "Una Pizza Napoletana",
        "Via Carota",
        "Waverly Inn",
        "Yamada",
        "Zou Zou's"
      ],
      "type": "string"
    }
  }
}
go_to_rsvp_calculatoractimperative
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.
Input schema
{
  "type": "object",
  "properties": {}
}
search_restaurantsanswerimperative
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.
Input schema
{
  "type": "object",
  "properties": {
    "cuisine": {
      "type": "string"
    },
    "neighborhood": {
      "type": "string"
    },
    "restaurant_name": {
      "type": "string"
    },
    "reservation_platform": {
      "type": "string"
    }
  }
}
Listings are sourced from public community registries and shown as reported.