You're viewing a demo portfolio

Join the waitlist
PRSM

skincare_cart

Active

Tool of La Luer — AI Skincare Commerce

declared in 0.3.0

Create a buyable shopping cart with a real checkout URL. Two modes: (1) Pass 'products' array with specific product names. (2) Pass 'query' string to auto-recommend and cart. Do not use for browsing or recommendations — use search_products or skincare_recommend first. Returns a widget with the cart items and a working checkout link.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "query": {
      "type": "string",
      "maxLength": 2000,
      "description": "Natural language query to auto-recommend products. Only used if products array is not provided."
    },
    "products": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200
      },
      "maxItems": 20,
      "description": "Specific product titles to add to the cart"
    },
    "strategy": {
      "type": "string",
      "maxLength": 50,
      "description": "Optional offer strategy override when using query mode"
    }
  },
  "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 →
skincare_cart — La Luer — AI Skincare Commerce — PRSM MCP