search_ingredients
Search the Parsley ingredient catalog with typo-tolerant, multi-token matching on name or item number. Returns ranked results so you can find ingredients despite misspellings or partial queries.
Instructions
Fuzzy-ranked search of ingredients over name/itemNumber (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) | |
| salable | No | Filter by salable status |