search_products
Semantic search over the location's catalog: product/dish names, descriptions, specifications, brand, SKU/barcodes and attached docs. Use for "do you have…" / "recommend…" / "how much is…" questions instead of paging through get_menu. Returns matching items with prices and a relevance score; falls back with a note when the search index is unavailable for the location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many items to return (1–10, default 6) | |
| query | Yes | What the guest is looking for, in any language | |
| domain | Yes | ||
| language | No | ISO 639-1 menu language, default en |