Skip to main content
Glama
HasData

hasdata-mcp

Official

amazon_reviews: GET /

hasdata_amazon_reviews_getProductReviews

Retrieve Amazon product reviews for any ASIN with filters for star rating, reviewer type, media, format, keyword, and sort. Returns review text, ratings, author info, and aggregate histogram for sentiment analysis or benchmarking.

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.
Behavior3/5

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

No annotations exist, so the description carries the full burden. It describes pagination, filters, and return fields but lacks details on rate limits, authentication, or API quotas. The read-only nature is implied, but not explicitly stated.

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, well-structured paragraph that front-loads the main purpose, then details filters and return data, and ends with use cases. It is concise but could benefit from bullet points for clarity.

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 10 parameters, 1 required, and no output schema, the description covers input filters, output fields, and use cases adequately. Missing pagination specifics (e.g., page size) but otherwise complete for a data-fetch tool.

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%, and the description adds meaning beyond enum labels (e.g., explains 'positive' and 'critical' star filters). It also lists returned fields (title, body, etc.), compensating for the lack of output schema.

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 the tool retrieves Amazon product reviews with pagination and filters, specifying the resource (Amazon ASIN) and action (get). It distinguishes from siblings, which focus on other platforms like Airbnb, Google, etc.

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?

Explicit use cases are provided: voice-of-customer analysis, sentiment extraction, etc. While no direct alternative mentions, the context implies it's for Amazon reviews, differentiating it from sibling tools for other sources.

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