Skip to main content
Glama
AleWWH1104

Skincare Recommendation MCP Server

by AleWWH1104

recommend_products

Find in-stock products for any skin type and concerns, and flag ingredients that conflict with the client's current routine.

Instructions

End-to-end recommendation: find in-stock products matching the client's skin type and concerns, and flag any that conflict with their current routine.

Args: skin_type: client's skin type, e.g. "grasa". concerns: concerns to address, e.g. ["acné", "manchas"]. current_ingredients: active ingredients already in the client's routine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
concernsYes
skin_typeYes
current_ingredientsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses two important non-obvious behaviors: only in-stock products are considered and conflicting products are flagged based on current routine ingredients. It still does not define the exact return shape or handling of no-match cases, but for a non-destructive recommendation tool it provides meaningful transparency.

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 main behavior is captured in one front-loaded sentence, followed by concise per-parameter arg descriptions. There is no marketing fluff or redundant repetition of the schema. Every line contributes necessary information.

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?

For a three-parameter tool with no output schema, the description gives enough to invoke it correctly and understand the general result: recommended in-stock products with conflict flags. The main gap is the lack of an explicit return format, but the behavioral description narrows that gap considerably. It is adequate for practical selection and invocation.

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

Parameters4/5

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

Schema description coverage is 0%, and the Args section compensates by describing each paramter in plain language. It gives a concrete skin_type example ('grasa'), shows that concerns is a list of concerns to address, and clarifies current_ingredients as active ingredients already in the client's routine. It could add allowed values or the effect of omitting current_ingredients, but it adds real semantic value beyond the schema titles.

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 states a specific action: find in-stock products matching skin type and concerns, then flag conflicts with the client's current routine. The 'end-to-end' framing plus the conflict-flagging step clearly differentiates it from siblings like search_products and check_ingredient_conflicts. It leaves no ambiguity about what the tool does.

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

Usage Guidelines3/5

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

The phrase 'end-to-end recommendation' implies this tool combines product search and conflict checking, so an agent can infer when it is appropriate. However, it never explicitly says when to use this tool instead of search_products, find_alternatives, or check_ingredient_conflicts. There is no when-not-to-use guidance, so usage context is only implied.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AleWWH1104/skincare-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server