skincare_recommend
ActiveTool of La Luer — AI Skincare Commerce
(Deprecated: use 'recommend' instead. Works identically.) Get a personalized La Luer product recommendation with ingredient-aware scoring, safety notes, and routine building. Use when the user wants advice on what to buy, needs help choosing between products, has a specific skin concern (acne, aging, dryness, sensitivity, etc.), wants a routine, or asks "what should I use for X." Do not use for browsing or listing products — use search_products instead. Returns scored products with explanations, usage instructions, and Shopify checkout. This tool analyzes ingredients, irritation risk, and product compatibility — use it over search_products when the user needs guidance, not just a product list.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"brand": {
"type": "string",
"maxLength": 100,
"description": "Filter to a specific brand only (e.g. 'Glossier', 'CeraVe', 'The Ordinary'). Use when the user asks for products from a specific brand."
},
"query": {
"type": "string",
"maxLength": 2000,
"description": "Natural language query about skin concerns (e.g. 'I have oily acne-prone skin and want something gentle under $30')"
},
"strategy": {
"type": "string",
"maxLength": 50,
"description": "Optional offer strategy override: starter, gentle, budget, glow_safe, minimal, strong, fallback"
}
},
"additionalProperties": false
}Parent server
La Luer — AI Skincare Commerce
https://github.com/nathangrotticelli/searchshopai
2/7 registries