search_products
Search the Canadian product catalogue. Filter by category slug, max price (CAD), and retailer. Returns up to 20 matching products with current price and Lowvyn Score. Use this when a user is exploring what is available in a category rather than asking about a specific product. Each result carries an id + canonicalUrl you can pass to get_product, verify_deal, find_cheaper, or get_price_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text search across product titles | |
| category | No | Optional category slug (e.g. 'cribs') | |
| maxPrice | No | Optional max price in CAD | |
| retailer | No | Optional retailer filter: 'amazon', 'walmart', 'bestbuy', or 'canadiantire' |