resy_book
Book a restaurant reservation by providing venue, date, and party size. Optionally specify a time and payment method to secure a specific slot.
Instructions
Book a reservation. Composite tool: internally runs find-slots → get booking details → book. Pass desired_time (HH:MM, 24-hour) to target a specific slot; otherwise the first available is used. Uses the user's default payment method unless payment_method_id is supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue_id | Yes | ||
| date | Yes | YYYY-MM-DD | |
| party_size | Yes | ||
| desired_time | No | HH:MM (24h) | |
| lat | No | ||
| lng | No | ||
| payment_method_id | No |