suggest_products
Generates product name suggestions as you type, helping resolve partial or vague queries into specific product names for further search.
Instructions
Fast typeahead/autocomplete lookup (the search-bar suggester). Given a partial query it returns matching product NAMES (and page URLs) — lightweight, no attributes or filters. Use it to resolve a vague or partial term to concrete product names, then call search_products with the chosen term for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max suggestions to return (1-25, default 10). | |
| query | Yes | Partial or full search text, e.g. 'hp750'. |