You're viewing a demo portfolio

Join the waitlist
PRSM

get_product

Active

Tool of La Luer — AI Skincare Commerce

declared in 0.3.0

Get full details for a specific product by SKU or title. Use when the user asks about a specific product by name (e.g. 'tell me about MIRA', 'show me the serum'). Do not use for browsing or recommendations — use search_products or skincare_recommend. Returns a widget card with the product details, image, price, and checkout button.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "sku": {
      "type": "string",
      "description": "Exact product SKU (e.g. 'LL-4632379916336')"
    },
    "title": {
      "type": "string",
      "description": "Product title to search for (fuzzy match)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

La Luer — AI Skincare Commerce

https://github.com/nathangrotticelli/searchshopai

2/7 registries
View full server →