search_menus
Find menus by name with typo-tolerant fuzzy search, returning best matches first and supporting pagination for browsing results.
Instructions
Fuzzy-ranked search of menus by name (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 |
|---|---|---|---|
| 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) |