tock_list_metros
List Tock cities and metros with name, slug, business count, and location. Filter by name, country, or include metros with zero businesses.
Instructions
List Tock cities/metros (name, slug, business count, country/state). Use a metro slug with tock_search_restaurants. By default only metros with bookable venues are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max metros to return (default 100). | |
| query | No | Case-insensitive filter on metro name or slug (e.g. "chic"). | |
| country | No | Filter by 2-letter country code (e.g. "US", "GB"). | |
| include_empty | No | Include metros with businessCount 0 (default false). |