Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

adidas_product_reviews

Retrieve Adidas product reviews and rating summaries using a model number. Get star histogram, attribute averages, recommendation percentage, and customer reviews with photos and votes.

Instructions

Get Adidas product reviews. Returns one page of customer reviews for an Adidas product model, plus the model's rating summary: overall rating, star histogram, percentage of reviewers who recommend it, per-attribute averages (Size, Width, Comfort, Quality with their own scale labels), and Adidas's AI-generated review digest when one exists. Each review carries the rating, headline, body, author nickname, purchased colorway, helpful/not-helpful vote counts, badges, customer photos, and submission time. model_number is the Adidas model number (e.g. SAMBAU2312) -- NOT the SKU: take it from an adidas_search result's products[].model_number field, which is a different value from products[].id. Reviews are returned 10 per page. Reviews are scoped to review text written in the requested locale's language, and most of the US catalog's reviews are English, so a non-English locale commonly returns rating statistics and a localized summary with an empty reviews list. A model with no reviews -- including a well-formed but unrecognized model_number -- returns an empty reviews list rather than an error, because Adidas answers 200 with a zero count rather than 404.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOne-based page number, 10 reviews per page, defaults to 1
topicNoReturn only reviews about one topic. Valid values are per-model -- read them from /adidas/product/review-topics for the same model_number (commonly satisfaction, comfort, color, purchase, fit, appearance, quality, style). An unrecognized topic returns a 400 listing the model's own topics.
localeNoLocale for the review-summary language, the secondary-rating scale labels, and the language of the reviews returned. Allowed values: cs_CZ, da_DK, de_AT, de_CH, de_DE, el_GR, en_AE, en_AU, en_CA, en_GB, en_IE, en_IL, en_IN, en_NZ, en_PH, en_SG, en_US, en_ZA, es_AR, es_CL, es_CO, es_ES, es_MX, es_PE, fr_BE, fr_CA, fr_CH, fr_FR, id_ID, it_CH, it_IT, ja_JP, ko_KR, nl_BE, nl_NL, pl_PL, pt_BR, pt_PT, ru_RU, sk_SK, sv_SE, th_TH, tr_TR, zh_HK, zh_TW. Defaults to en_US.
ratingNoReturn only reviews with this star rating. Allowed values: 1, 2, 3, 4, 5. Omitted returns every rating.
model_numberYesAdidas model number, from an adidas_search result's products[].model_number field

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it delivers: it discloses pagination (10 per page), locale-based filtering of review text, the fact that non-English locales commonly return empty reviews lists, and the 200-with-zero-count behavior for unrecognized model numbers. It also reveals the AI-generated digest is included only 'when one exists'. These are behavioral traits an agent cannot infer from the schema.

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 but not bloated; every sentence adds information. It front-loads the core purpose and return contents, then covers the key identifier caveat and edge-case behaviors. It is longer than the minimum, but the length is justified by the number of non-obvious behaviors (locale scoping, empty-list semantics, model_number vs SKU) that an agent needs to know.

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 reviews tool with no output schema and no annotations, the description is remarkably complete. It covers what is returned, how to get the required parameter, pagination, locale effects, and error semantics. The only minor omission is a note about rate limits or authentication, but those are not mentioned for sibling tools either and the description covers all operationally critical aspects.

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, but the description adds value beyond the schema: it clarifies that model_number is the Adidas model number, not the SKU, and explains the practical consequence of locale on the reviews list. The page, topic, rating, and locale parameters are already well-described in the schema, so the description's marginal addition is focused and useful.

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 specific verb and resource ('Get Adidas product reviews'), then enumerates exactly what is returned: one page of reviews plus the rating summary components (overall rating, star histogram, recommend percentage, per-attribute averages, AI digest). It also distinguishes the model_number from SKU and points to adidas_search as the source, which separates it from sibling tools like adidas_product_review_topics and adidas_search.

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 explicitly states when to use this tool and how to obtain the required identifier: 'take it from an adidas_search result's products[].model_number field'. It also explains the locale scoping behavior and the empty-reviews behavior for unrecognized model numbers, which tells an agent what to expect and when to look elsewhere. It does not name an alternative tool for reviews, but the guidance is concrete and actionable.

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