You're viewing a demo portfolio

Join the waitlist
PRSM

skincare_report_issue

Active

Tool of La Luer — AI Skincare Commerce

declared in 0.3.0

Report when a tool result was unhelpful, incomplete, or wrong. Call this whenever you override a recommendation, skip a cart result, or notice the engine output doesn't match what the user needs. Do not use proactively — only when you observe an actual issue. This helps improve the engine.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tool_name",
    "issue_type",
    "description"
  ],
  "properties": {
    "tool_name": {
      "type": "string",
      "maxLength": 100,
      "description": "Which tool had the issue (skincare_recommend, skincare_cart, skincare_report_issue)"
    },
    "issue_type": {
      "enum": [
        "wrong_products",
        "too_few_products",
        "too_expensive",
        "ignored_concern",
        "ignored_budget",
        "bad_recommendation",
        "cart_mismatch",
        "missing_product",
        "other"
      ],
      "type": "string",
      "description": "Type of issue"
    },
    "user_query": {
      "type": "string",
      "description": "The original user query if available"
    },
    "description": {
      "type": "string",
      "description": "What went wrong and what you expected instead"
    },
    "expected_products": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "What products should have been recommended"
    }
  },
  "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 →