Search venues and destinations
searchSearch published venues and destinations together in one call, each result tagged with its kind (venue or destination); pass kind to scope to one type, query to match names and venue descriptions, and city to narrow venues, then use search_venues or search_destinations for type-specific filters such as cuisine, hours or area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Narrow VENUES to this city (case-insensitive); destinations have no city and are not narrowed by it. Call list_cities for the exact values. | |
| kind | No | Scope to 'venue' or 'destination'; omit to return both, each tagged kind. | |
| limit | No | Maximum number of items to return. | |
| query | No | Match venue names/descriptions and destination names; omit for all. | |
| cursor | No | Number of items to skip; pass `next_cursor` from the previous page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | ||
| items | No | ||
| reason | No | ||
| source | No | FR-13: which approved revision an answer was read from, and how fresh. ``source`` is ``approved-content-revision:<id>`` for every read that answers from one venue, and the literal ``directory`` for the two cross-venue reads, which have no single revision to cite. | |
| status | Yes | ||
| pagination | No |