Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

ulta_category

Browse any Ulta Beauty category page with real pagination and guided-navigation filters. Pass a category path or URL to retrieve product grids with refined results.

Instructions

Browse an Ulta Beauty category page. Browses an Ulta Beauty category page's product grid, with real page-based pagination and the category's own guided-navigation refinement options. category accepts a category path or full URL copied from Ulta's own site navigation (e.g. shop/makeup/eyes/mascara). filter narrows results using Ulta's own guided-navigation facet-code shape (e.g. BENEFIT--WATERPROOF, or a comma-joined combination of codes) -- discover valid codes for a category from that category's own response facets field, whose value is ready to use directly as this parameter. An unrecognized category returns 404.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResult page, 1-based, defaults to 1
filterNoGuided-navigation facet code(s), comma-joined for multiple
categoryYesUlta category path or URL
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses valuable behavioral details: real page-based pagination, guided-navigation filtering, the discoverability of facet codes, and a 404 for unrecognized categories. It does not describe the output shape, but for a browsing operation this is adequate.

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 dense and mostly efficient, but the opening two sentences slightly duplicate each other ('Browse an Ulta Beauty category page' followed by 'Browses an Ulta Beauty category page's product grid'). Still, every key detail has a place and the examples are compact.

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?

With no output schema and no annotations, the description is the only guidance. It covers parameter formats, filtering behavior, pagination, and the failure case. It does not fully describe the response structure, but it does mention the product grid and facets response fields, which is enough for a competent agent to understand prior expectations.

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 useful semantics beyond the schema: category accepts either a path or copied URL, filter uses either a single facet code or comma-joined combination, and valid filter values are directly available in the response's facets field. These examples make calling correct.

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 clearly states a specific action and resource: browsing an Ulta Beauty category page's product grid. It names the key distinguishing behavior (real page-based pagination and guided-navigation filters), which separates it from sibling tools like ulta_categories or generic search tools.

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?

It gives concrete usage guidance: category accepts a category path or full URL copied from Ulta navigation, filter expects a specific facet-code shape, and valid codes should be discovered from the category's own facets field. It does not explicitly contrast with sibling tools, but the intended context is clear enough.

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