Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

sephora_category

Browse any Sephora category page by slug and retrieve structured product data with filters for brand, price, rating, and sorting. Returns a page of product listings for scraping.

Instructions

Sephora category browse. Returns one page of a Sephora category/browse listing (e.g. Makeup, Skincare), with the same sort and facet filters as /sephora/search. slug is the path segment after sephora.com/shop/, e.g. makeup-cosmetics. An unrecognized slug returns 404.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResult page, 1-based, defaults to 1
slugYesCategory-page slug
brandNoOne or more exact brand names to filter to (OR'd together); repeat the param for multiple values
filterNoAdditional facet:value filters, repeat the param for multiple; facet must be one of: benefits, ingredientpreferences, colorfamily, formulation, size, shoppingpreferences, agerange, skintype, finish, skinconcerns, coverage, hairtype, hairconcerns, hairtexture
is_newNoWhen true, filters to products flagged New
sort_byNoSort order, defaults to featured
price_maxNoMaximum price in whole dollars; must be set together with price_min
price_minNoMinimum price in whole dollars; must be set together with price_max
rating_minNoMinimum star rating, 1 to 4
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does a solid job: it states pagination ('Returns one page'), tells the user an unrecognized slug returns 404, and clarifies slug formatting. Combined with the schema's parameter descriptions, this gives a clear security and behavior model. It stops short of describing the response shape, but that is a minor omission for a listing tool.

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 tightly scoped sentences: purpose, filter parity, and slug format. It front-loads the primary action and every sentence earns its place without redundant filler.

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 category-browse tool with nine parameters, the description plus 100%-coverage schema is sufficient for invoking the tool correctly. The 404 behavior and slug construction are the most important context outside the schema, and both are present. Detailed response fields are not covered, but the no-output-schema case is handled well given the listing's simplicity.

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%, which sets a baseline of 3. The description adds meaningful value by explaining that slug is 'the path segment after sephora.com/shop/' with the example 'makeup-cosmetics', which helps an agent construct valid input. The rest of the parameters are already well-documented in the schema.

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 and resource: 'Returns one page of a Sephora category/browse listing' with concrete examples like Makeup and Skincare. It also distinguishes this browse tool from related tools like sephora_search by noting it uses the same sort and facet filters but operates on category slugs.

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 clearly implies its use case via 'category/browse listing' and explains how to construct the required slug, but it does not explicitly state when to prefer this over /sephora/search or when not to use it. The mention of parity with sephora/search filters provides context but not explicit routing guidance.

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