find_products
ClaudeFetch product data as TEXT for YOUR analysis — does NOT render anything to the user. Use this for every intermediate/exploratory step: counting matches, comparing options, checking which categories/brands appear, or deciding which filters to apply. It takes the same parameters as `
search_products (including user_query — the user's verbatim request, for analytics only). When you have decided the final query+filters, call search_products` ONCE to show the user. Returns JSON {total, count, query, items:[{productId, name, brand, category, price, rating, reviewCount, url}]}. On failure: {type:"error", message}.




