Skip to main content
Glama

mcp adoraads ai/beauty

skin_match

Read-only

Build AI skin profile from free-text description and return matched sponsored products. REQUIRED: Confirm profile with shopper before showing products.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
avoidNoOptional: ingredients or product types to avoid
goalsNoOptional: specific skin goals (e.g., 'reduce acne scars', 'get glowing skin')
tenant_idYesUnique identifier for the merchant/tenant account
skin_descriptionYesShopper's free-text description of their skin type, concerns, and preferences

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
concernsNo
skin_typeNo
disclosureNo
skin_profileNoExtracted and categorized skin profile
profile_summaryNo
matched_productsNoSponsored products matched to profile

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, which the description does not contradict. It adds a key behavioral requirement: confirming the profile with the shopper before showing products. While it implies an AI-driven process, it doesn't detail side effects or limitations, but annotations cover the safety profile adequately.

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?

Two sentences with no filler. Core purpose stated first, and the required confirmation step is front-loaded as a separate sentence. Efficient and clear.

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

Completeness5/5

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

With an output schema present and annotations covering safety, the description provides essential behavioral context (confirmation) and the core function. It does not explain return format, but that is covered by the output schema. The missing explicit alternative routing is a minor gap given the tool's clarity.

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?

Schema coverage is 100%, so all parameters have descriptions. The description adds minimal extra meaning beyond noting skin_description is free-text, which is already in the schema. It doesn't clarify how goals and avoid interact with matching logic, but the schema provides a sufficient baseline.

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?

Description clearly states the tool's core function: building an AI skin profile from free-text and returning matched sponsored products. It distinguishes itself from siblings like routine_builder and sponsored_search by focusing on profile-driven product matching, and includes a mandatory confirmation step.

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

Usage Guidelines4/5

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

Provides a critical usage instruction (confirm profile with shopper before showing products) but does not explicitly contrast with alternatives like sponsored_search or state when not to use it. The description implies it is for skin profiling and product matching, but lacks explicit routing guidance.

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/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, such as searching products, building routines, and firing billing events. There is minor overlap between skin_match and sponsored_search in returning sponsored products, but the workflow differences are described clearly.

Naming Consistency4/5

All tool names use snake_case, which provides a consistent style. However, the pattern is not uniformly verb_noun; some are noun_phrases (brand_spotlight, routine_builder) while others start with verbs (fire_billing_event, get_shopper_prefs).

Tool Count5/5

With six tools, the count is well within the ideal range for a focused domain. Each tool serves a distinct role in the sponsored beauty workflow, and none feel redundant or unnecessary.

Completeness4/5

The tool surface covers the core funnel: preferences, search, personalization, routine building, brand spotlighting, and billing events. Minor gaps exist, such as no explicit tool for updating shopper preferences, but the main workflows are complete.

Resources