tock_get_restaurant
Retrieve detailed venue information for a Tock restaurant using its slug, including cuisine, price range, location, and bookable experiences with prices and party sizes.
Instructions
Get details for a Tock venue by slug: name, cuisine, price band, location, description, and its bookable experiences (with prices and party sizes). Slug comes from tock_search_restaurants (or a exploretock.com/{slug} URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Tock venue slug, e.g. "alinea" (the exploretock.com/{slug} segment). | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tock's payload untouched. No field projection: this server has no verified record of which Tock fields matter, and inventing one would risk dropping a field a caller needs. |