Skip to main content
Glama

amazon_seller_reviews

Get customer feedback for an Amazon seller by seller ID. Each review includes author name, text, star rating, date, and whether the seller responded. Filter by star rating (5_stars..1_stars) or positive/critical sentiment; paginate with page until has_next_page is false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, 1-50 (default: 1)
countryNoMarketplace country code (default: "us")us
seller_idYesAmazon seller ID
star_ratingNoStar rating filterall
get_sentimentNoAdd AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small surcharge per page, or per request on single-request endpoints.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / get_sentiment / description
      Previous value: -"Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small per-page surcharge."New value: +"Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small surcharge per page, or per request on single-request endpoints."
  2. Changed1 schema field changed
    • changedInput schema / properties / page / description
      Previous value: -"Page number, 1-20 (default: 1)"New value: +"Page number, 1-50 (default: 1)"
  3. Added

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the pagination mechanism ('paginate with page until has_next_page is false'), the filtering options, and the get_sentiment surcharge behavior. It does not mention rate limits or error cases, but the core behavioral traits are well covered.

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 two sentences with no filler. The first sentence front-loads the core purpose and return fields; the second sentence packs filtering and pagination guidance. Every clause earns its place.

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?

For a read-only retrieval tool with 100% schema coverage and no output schema, the description covers the essential call pattern: what it returns, how to filter, and how to paginate. It does not describe the output structure, but since there is no output schema and the return fields are listed in the description, an agent has enough to invoke it correctly. Minor gaps like rate limits or error handling prevent a 5.

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 the schema already documents all five parameters. The description adds value by explaining the pagination loop ('until has_next_page is false') and the sentiment surcharge, which are not fully captured in the schema. It does not repeat parameter names, so it complements rather than duplicates the 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 states a specific verb ('Get'), a specific resource ('customer feedback for an Amazon seller by seller ID'), and enumerates the exact data fields returned (author name, text, star rating, date, seller response). It is clearly distinguishable from sibling tools like amazon_seller_profile or amazon_seller_products, which target different resources.

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?

The description gives clear context on when to use the tool: when you need customer feedback for a seller, with filtering by star rating or sentiment, and pagination instructions. It does not explicitly name alternatives or state when not to use it, but the context is strong enough for an agent to select it correctly among the many sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources