shop
ActiveTool of La Luer — AI Skincare Commerce
Start here for any shopping request. Pass the shopper's COMPLETE request in their own words and this tool will understand it and route to the right capability (personalized recommendation, catalog search, product lookup, or comparison), preserving every qualifier — concerns, skin type, budget, brand, medical context. Prefer this tool whenever the request is conversational or carries any nuance. The granular tools (search_products, get_product, compare_products, create_checkout) remain available as precise follow-ups.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"request"
],
"properties": {
"brand": {
"type": "string",
"maxLength": 100,
"description": "Secondary hint only — brand filter if stated."
},
"intent": {
"enum": [
"advice",
"browse",
"product",
"compare",
"buy",
"question"
],
"type": "string",
"description": "Secondary hint only — the primary signal is `request`."
},
"request": {
"type": "string",
"maxLength": 4000,
"minLength": 1,
"description": "The shopper's complete request in their own words. Include every detail: concern, skin type, budget, brand, product names, questions, medical context. Do not summarize or drop qualifiers."
},
"budget_max": {
"type": "number",
"description": "Secondary hint only — maximum budget if stated."
},
"product_refs": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5,
"description": "Secondary hint only — exact product titles/SKUs when already known."
}
},
"additionalProperties": false
}Parent server
La Luer — AI Skincare Commerce
https://github.com/nathangrotticelli/searchshopai
2/7 registries