Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

macys_product_reviews

Retrieve customer reviews for a Macy's product by numeric ID. Returns one page of normalized reviews and site-wide summary with count, average, recommended ratio, and histogram.

Instructions

Get a Macy's product's customer reviews. Returns one page of a Macy's product's normalized customer reviews, plus a site-wide rating summary (rating count, average rating, recommended ratio, rating histogram) for the product. Sourced from a separate review platform Macy's own product pages embed, distinct from the product catalog itself. product_id is a numeric id, the same one used by GET /macys/product/{productId}. 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_idYesNumeric Macy's product id, from a product page's ?ID= query parameter
Behavior5/5

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

With no annotations available, the description carries the full behavioral burden and handles it well: it discloses pagination, normalization, the site-wide summary, the third-party source, and the non-error empty result for zero-review or unknown products. This is notably richer and more transparent than most tool descriptions.

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 compact but information-dense, with no filler. It leads with the purpose, then layers return details, source distinction, and edge-case behavior in an efficiently structured sequence, and every sentence contributes useful content.

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?

Given there is no output schema and no annotations, the description gives enough context to decide when and how to call the tool, including pagination and error behavior. A minor gap is that it does not outline the shape of the normalized review objects or clarify sorting, but these are not blocking for correct invocation.

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?

The schema is already fully documented, so the baseline is 3. The description adds value by explicitly linking product_id to the same identifier used by the catalog endpoint and clarifying that unrecognized but well-formed IDs return empty results, which helps an agent understand parameter provenance and failure 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 opens with a clear verb and resource: 'Get a Macy's product's customer reviews,' then precisely details return content (one page of normalized reviews plus a rating summary). It also distinguishes itself from the product catalog by identifying the review platform as a separate source.

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 makes the tool's general purpose obvious and adds important context that reviews come from a separate platform rather than the product catalog. However, it never explicitly says when to prefer this tool over siblings like macys_product or pkg explicitly, so guidance on alternative selection remains 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