skincare_recommend
ActiveTool of La Luer — AI Skincare Commerce
(Deprecated: use 'recommend' instead. Works identically.) Get a personalized skincare recommendation with ingredient-aware scoring, safety notes, and routine building. Use when the user wants advice, has a skin concern, or asks what to buy. Do not use for browsing or listing products — use search_products instead. Returns scored products with checkout URLs.
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