find_guides
Find curated editorial guides (ranked lists) matching a theme, e.g. 'best ramen'. Returns each guide with its ranked entries, blurbs and linked restaurants. Use when the user wants the editorial lists themselves rather than individual restaurant picks. Set include_entries=false to list guide titles and metadata without pulling every entry blurb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City slug, always required. Currently 'new-york', covering the five boroughs plus the immediate metro (within 30 km of Manhattan). | |
| limit | No | Max results (default 10) | |
| query | No | Theme, e.g. 'best ramen', 'date night' | |
| include_entries | No | Set false to return guide metadata without the ranked entry blurbs (default true) |