Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

sephora_product_reviews

Retrieve Sephora product customer reviews by product ID, including review title, body, rating, votes, secondary ratings, photos, and average rating summary.

Instructions

Sephora product reviews. Returns one page of a Sephora product's full customer reviews (title, body, rating, author, helpful votes, secondary ratings, photos), plus the product's site-wide rating rollup (average rating, recommended ratio, star-count histogram). product_id is the Sephora productGroupID, e.g. P420652 -- the same value /sephora/product returns as product_group_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResult page, 1-based, defaults to 1
product_idYesSephora productGroupID
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It is transparent about pagination ('Returns one page'), the shape of reviews, and the aggregation details, which is useful for a read-only fetch. However, it omits broader behavioral traits such as rate limits, output size caveats, or how to correctly advance pages beyond the schema's 'page' description.

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

Conciseness4/5

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

The description is compact and places the core behavior first, followed by the return payload and then the product_id clarification. It is dense but each sentence contributes meaningful information; minor gains could be had by simplifying the last sentence's phrasing.

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 two-parameter read-only tool with no output schema, the description provides needed eligibility: the required parameter, the optional page parameter, and a full enumeration of return content including review fields and the rating rollup. It does not spell out the exact JSON structure, but an agent can call this tool with reasonable confidence.

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 already documents both parameters at 100% coverage. The description adds real value by explaining that product_id is the Sephora productGroupID and that it equals the product_group_id returned by the /sephora/product endpoint, with a concrete example (P420652). This clarifies cross-tool provenance and reduces agent guesswork.

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

Purpose4/5

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

The description clearly states 'Returns one page of a Sephora product's full customer reviews' and enumerates the specific review fields plus the rating rollup, making the tool's purpose evident and distinct from neighboring Sephora tools at a glance. It loses a point because it never explicitly names sister tools like sephora_product_questions or sephora_product to contrast against.

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 description implies the correct use case: when you need a Sephora product's customer reviews and rating summary. It does not explicitly state when to avoid this tool, which alternatives to prefer, or any search/filter exclusions, leaving usage guidance implicit rather than explicit.

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

Install Server

Other Tools

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/Crawlora-org/crawlora-mcp'

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