Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

jcrew_product_reviews

Fetch J.Crew product reviews using a style ID. Get customer reviews with ratings, author details, and a product rating summary including per-star counts.

Instructions

Get reviews for a J.Crew or J.Crew Factory product. Returns one page of a product's customer reviews (author, location, date, rating, headline, body, and verified-purchase flag), plus the product's overall rating summary (average rating, rating count, per-star histogram, and recommended ratio). pid is a style id (e.g. CX415), as returned by jcrew-search's products[].id field. site must match the storefront the pid belongs to (default jcrew). A product with no reviews yet, or a well-formed but unrecognized pid, returns a well-formed empty result, not an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidYesStyle id, from a search result's id field
pageNoOne-based page, 10 reviews per page
siteNoStorefront the pid belongs to
Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure. It discloses pagination behavior ('one page', '10 reviews per page' via schema), empty-result handling, and the relationship between pid and site. It doesn't describe rate limits or authentication, but those are often not needed for read-only catalog tools. The empty-result handling is exactly the kind of behavioral detail that helps an agent avoid misinterpreting success as failure.

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 a single dense paragraph that front-loads the core purpose, then details return fields, then provides parameter semantics and edge behavior. Every sentence adds information. It is slightly long but the density is justified given the return structure detail and cross-tool guidance. A bulleted structure could improve scannability, but the content earns its length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only review retrieval tool, the description covers: what it returns (page of reviews + summary), the exact source of pid, the storefront default, and the empty-result edge case. No output schema exists, so the description's enumeration of return fields (author, location, date, rating, headline, body, verified-purchase flag, average rating, rating count, per-star histogram, recommended ratio) is essential and complete. Nothing an agent needs to call this correctly is missing.

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 100%, so schema already documents all parameters. The description adds crucial cross-tool semantics that schema alone doesn't provide: pid is a style id like CX415 that comes from jcrew-search's products[].id field, and site must match the storefront the pid belongs to. This is exactly the contextual linkage an agent needs to chain search and reviews calls correctly.

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 specific verb ('Get reviews'), resource ('J.Crew or J.Crew Factory product'), and enumerates the exact return fields (author, location, date, rating, headline, body, verified-purchase flag, rating summary with histogram and recommended ratio). It distinguishes itself from jcrew_product and jcrew_search by explaining that pid is a style id from jcrew-search's products[].id field.

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

Usage Guidelines5/5

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

The description gives clear usage prerequisites: pid must be a style id from jcrew-search's products[].id, and site must match the storefront the pid belongs to (default jcrew). It also explains edge behavior (empty result for no reviews or unrecognized pid) so the agent knows when the tool returns no data rather than an error.

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