resy_search_venues
Find restaurants on Resy with open tables for a chosen date and party size. Returns venues with bookable slots; omit coordinates to search New York City.
Instructions
Search Resy for restaurants with availability. Returns venues including any bookable slot tokens for the requested date + party size. Defaults to NYC geo if lat/lng omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (default 40.7128 NYC) | |
| lng | No | Longitude (default -73.9876 NYC) | |
| date | Yes | Desired date YYYY-MM-DD | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Resy's payload untouched. No field projection: this server has no verified record of which Resy fields matter, and inventing one would risk dropping a field a caller needs. | |
| limit | No | Max venues (default 20) | |
| query | No | Venue name or keyword | |
| party_size | Yes | Number of guests | |
| radius_meters | No | Search radius in meters (default 16100) |