opentable_make_reservation
Book a table at a restaurant on OpenTable by specifying date, time, party size, and restaurant ID. Set confirm flag to preview or finalize the reservation.
Instructions
Book a restaurant reservation on OpenTable. Set confirm=false to preview before booking, confirm=true to actually book. Requires the user to be logged in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Reservation date in YYYY-MM-DD format | |
| time | Yes | Reservation time in HH:MM format (e.g. '19:00') | |
| confirm | Yes | Set to true to actually book the reservation, false to just preview details | |
| partySize | Yes | Number of guests | |
| restaurantId | Yes | The restaurant ID or profile URL | |
| specialRequests | No | Any special requests or dietary requirements (optional) |