Skip to main content
Glama

La Luer — AI Skincare Commerce

skincare_report_issue

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_nameYesWhich tool had the issue (skincare_recommend, skincare_cart, skincare_report_issue)
issue_typeYesType of issue
user_queryNoThe original user query if available
descriptionYesWhat went wrong and what you expected instead
expected_productsNoWhat products should have been recommended

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations indicate readOnlyHint=false (write) and destructiveHint=false. The description adds that it 'helps improve the engine,' but does not disclose further behavioral details such as whether the report is asynchronous, logged, or has any side effects. With annotations present, the bar is lower, so a 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences: first states purpose, second gives usage scenarios, third explains rationale. It is front-loaded and every sentence contributes, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides sufficient context for a simple reporting tool: purpose, when to use, and why. It does not explain what happens after reporting (e.g., no immediate visible effect), but the full schema coverage and simple nature make it mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with descriptions, including tool_name, issue_type, user_query, description, and expected_products. The description adds no parameter semantics or usage details beyond what the schema provides, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Report when a tool result was unhelpful, incomplete, or wrong.' This uses a specific verb (report) and resource (tool result issue), and distinguishes it from sibling tools by being the only issue-reporting tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to call: 'Call this whenever you override a recommendation, skip a cart result, or notice the engine output doesn't match what the user needs.' It also provides an exclusion: 'Do not use proactively — only when you observe an actual issue.' This leaves no ambiguity about when to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between skincare_cart and create_checkout, as both handle checkout creation, which could cause confusion. Additionally, search_products and skincare_recommend are well-differentiated by their descriptions, but an agent might misselect between them if the user's intent is ambiguous. Overall, the tools are mostly clear with minor areas of potential overlap.

Naming Consistency3/5

The naming follows a mixed pattern: some tools use verb_noun (e.g., check_compatibility, compare_products), while others use noun_verb (e.g., skincare_recommend, skincare_cart). This inconsistency, with variations like deals_discounts (plural nouns) and skincare_report_issue (noun_noun), reduces predictability. However, the names are still readable and descriptive, avoiding chaotic conventions.

Tool Count5/5

With 10 tools, the count is well-suited for an AI skincare commerce server, covering key e-commerce and recommendation functions without being overwhelming. Each tool serves a specific role in product discovery, inventory, comparison, checkout, and support, making the set appropriately scoped for the domain.

Completeness4/5

The toolset provides comprehensive coverage for skincare commerce, including product search, recommendations, inventory checks, compatibility analysis, and checkout processes. Minor gaps exist, such as the lack of tools for updating or managing user accounts or handling post-purchase support like returns, but core workflows are well-covered, allowing agents to function effectively.

Resources