tock_search_restaurants
Search restaurants in a Tock metro by city slug and optional text query. Returns cuisine, price band, neighborhood, and venue slug for later availability checks.
Instructions
List / search restaurants in a Tock metro. Pass a metro slug (from tock_list_metros, e.g. "chicago") and an optional text query. Returns venues with cuisine, price band, neighborhood, and their Tock slug (use it with tock_get_restaurant / tock_get_availability). Does NOT include bookable slots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max venues to return (default 50). | |
| metro | Yes | Metro slug, e.g. "chicago" or "new-york". | |
| query | No | Free-text filter (cuisine or venue name) applied server-side. |