Skip to main content
Glama
HasData

hasdata-mcp

Official

amazon_reviews: GET /

hasdata_amazon_reviews_getProductReviews

Retrieve Amazon product reviews by ASIN with filters for star rating, reviewer type, media-only, keyword search, and sort. Returns review title, body, rating, author, date, helpful votes, and media URLs for customer analysis.

Instructions

Get Amazon Product Reviews

Paginated fetch of customer reviews for an Amazon ASIN with filters for star rating (1-5, positive, critical), reviewer type (all vs verified purchase), media-only reviews, current-variant vs all-formats, keyword search, and sort (helpful/recent). Returns per-review title, body, star rating, author name and profile, review date, country, verified-purchase flag, helpful-vote count, variant/format attributes, and attached media URLs, plus aggregate rating histogram. Use for voice-of-customer analysis, sentiment and theme extraction, feature-request mining, competitor review benchmarking, and feeding review-summarization or Q&A agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asinYesThe Amazon Standard Identification Number (ASIN) of the product.
domainNoAmazon domain to use. Default is www.amazon.com.
languageNoOptional Amazon language code. Supported values depend on the selected domain.
pageNoThe page number to retrieve.
searchTermNoA term to search within the reviews.
reviewerTypeNoThe type of reviewers to filter.
starsNoThe star ratings to filter reviews.
formatNoThe format type to filter reviews. Include reviews of any product format/variant or specifically to the current format/variant.
mediaTypeNoThe media type to filter reviews.
sortByNoThe criterion to sort reviews.
Behavior2/5

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

No annotations are provided, and the description only mentions 'Paginated fetch' without detailing rate limits, authentication needs, or error behavior. It does not disclose what happens on API limits or missing data, leaving gaps for an agent.

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 two sentences: a clear introductory line and a concise second sentence that packs the features and use cases. No redundant text, but could be more structured with bullet points for readability.

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

Completeness3/5

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

The description lists return fields (title, body, rating, etc.) which partially compensates for missing output schema. However, given the tool's complexity (10 parameters, pagination), it lacks details on pagination limits, default page size, or error scenarios.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions, so the baseline is 3. The description enumerates filter options (star rating, reviewer type, etc.) but does not add meaning beyond the schema. For instance, 'positive' and 'critical' stars are not explained.

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 'Get Amazon Product Reviews' and specifies the action (paginated fetch) and resource (Amazon ASIN). It distinguishes itself from sibling tools by focusing specifically on product reviews.

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 lists several use cases (voice-of-customer analysis, sentiment extraction, etc.) but does not explicitly state when NOT to use this tool or compare it to siblings like getProductDetails or search. It gives context but lacks exclusions.

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/HasData/hasdata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server