make_reservation
Book a restaurant reservation by providing details like party size, preferred date and time, contact information, and special requests using the Google Places ID of the restaurant.
Instructions
Attempt to make a restaurant reservation (mock implementation)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contactEmail | No | Email address (optional) | |
contactName | Yes | Name for the reservation | |
contactPhone | Yes | Phone number for the reservation | |
locale | No | Locale for reservation process (e.g., "en", "zh-TW", "ja", "ko") | en |
partySize | Yes | Number of people in the party | |
placeId | Yes | Google Places ID of the restaurant | |
preferredDateTime | Yes | Preferred date and time in ISO format | |
specialRequests | No | Any special requests or dietary restrictions |