get_restaurant
Get the full picture for one restaurant in one call: Infatuation rating (0–10), price tier, address, reservation link, booking intel, review summary, tags and every guide it appears in. Use when the user names a specific restaurant. Full review prose is opt-in via include_prose (default: headline and summary only). review.headline is the source's actual headline when one exists, otherwise null — use review.summary for the descriptive text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Canonical restaurant id, or a name to resolve | |
| city | Yes | City slug, always required. Currently 'new-york', covering the five boroughs plus the immediate metro (within 30 km of Manhattan). | |
| include_prose | No | Include the full review text (default false: headline + summary only) |