Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

ulta_product_reviews

Fetch an Ulta Beauty product's customer reviews by product ID. Returns a page of normalized reviews plus the site-wide rating summary (count, average, recommended ratio, histogram); empty result if no reviews.

Instructions

Get an Ulta Beauty product's customer reviews. Returns one page of an Ulta Beauty product's normalized customer reviews, plus the retailer's own site-wide rating summary (rating count, average rating, recommended ratio, rating histogram) for the product. product_id is taken from a search result's product_id field or a product page's URL. A product with zero reviews, or a well-formed but unrecognized product_id, returns a normal, empty result rather than an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResult page, 1-based, defaults to 1
product_idYesUlta product id, from a search result's product_id field
Behavior4/5

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

No annotations exist, so the description carries the full behavioral burden. It discloses pagination semantics ('one page'), output normalization, the presence of a rating summary, and the empty-response-rather-than-error behavior for zero reviews or unrecognized product IDs — non-obvious traits that materially affect agent expectations.

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?

Three sentences, with the main verb and resource first and supporting details following, so it is well front-loaded. There is minor redundancy: the product_id source phrase partially repeats what the schema already documents. All other sentences earn their place, particularly the edge-case behavior.

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?

There is no output schema, so the description must convey return values; it does so by enumerating the rating summary components (rating count, average rating, recommended ratio, rating histogram) and identifying the page-based review payload. Given only two simple parameters, this is sufficient for a caller to use the tool correctly, though page size or more concrete review fields would help.

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 coverage is 100% so the baseline is 3. The description adds a meaningful non-schema fact: product_id can be sourced from a product page's URL in addition to the schema's 'search result's product_id field', which meaningfully enriches the parameter semantics.

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 uses a specific verb-resource pair ('Get an Ulta Beauty product's customer reviews') and names two distinct outputs: normalized review pages and the retailer's site-wide rating summary. This clearly distinguishes it from sibling tools such as ulta_product, ulta_product_questions, and other retailers' review tools without ambiguity.

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 provides operational context, explaining that product_id comes from a search result field or a product page URL and that empty/unknown IDs yield a normal empty result. However, it never explicitly states when to choose this tool over the closely related siblings (e.g., ulta_product_questions versus ulta_product_reviews), leaving the routing logic mostly implied.

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