opentable_get_restaurant
Get a restaurant's complete details (cuisine, price, description, address, hours, phone, payment, features, rating, availability token) using its slug or URL from search results.
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. |