search_menu_items
Search menu items by name, item number, or tags with typo-tolerant, multi-token matching; returns best matches first with paging for recipe, subrecipe, or ingredient filters.
Instructions
Fuzzy-ranked search of menu items over name/itemNumber/tags (typo-tolerant, multi-token). Returns {items, total, offset, truncated}, best matches first. Default page size 20 (max 50); use offset to page through ranked results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by item type | |
| limit | No | Max items to return (default 20, max 50) | |
| query | Yes | Search query (fuzzy, multi-token) | |
| offset | No | Skip this many ranked results (default 0) |