opentable_get_restaurant
Retrieve full details for an OpenTable restaurant—cuisine, price, hours, phone, and availability token—using the slug or URL from a previous search.
Instructions
Get full details for a single OpenTable restaurant: cuisine, price band, description, address, hours, phone, payment options, features, rating/review count, and availability_token (used internally when booking). Accepts the slug, path, or full URL from opentable_search_restaurants — passing the search result's "url" verbatim always resolves, including legacy venues served at /{slug} instead of /r/{slug}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_id | Yes | Slug ("state-of-confusion-charlotte"), path, or full URL from opentable_search_restaurants. Prefer passing the search result's "url" verbatim — it resolves both /r/{slug} and legacy /{slug} venues. Numeric ids are not supported (they 404); use the slug/url instead. |