Skip to main content
Glama
HasData

Amazon MCP Server

amazon_seller_products: GET /

hasdata_amazon_seller_products_getSellerProducts

Map an Amazon seller's full catalog with ASIN, price, rating, and Prime data. Use it to analyze competitor assortments, detect new SKUs, and build pricing or brand watchlists.

Instructions

Get Amazon Seller Products

Paginated listing of the storefront catalog offered by a given Amazon sellerId on the chosen domain. Returns each product row with ASIN, title, image, product URL, price and list price, currency, star rating, review count, and Prime flag. Use to map a competitor's or 3P seller's full assortment, detect new SKU launches, build brand-protection watchlists, drive price-intelligence pipelines, and seed per-ASIN deep-dives against the product and reviews endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (e.g., 1 for the first page, 2 for the second page, etc.).
domainNoAmazon domain to use. Default is www.amazon.com.
languageNoOptional Amazon language code. Supported values depend on the selected domain.
sellerIdYesThe unique Amazon seller ID.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.1/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 behavioral disclosure burden. It clearly states the listing is paginated and lists the exact fields returned per product row. It does not mention rate limits, page size, or explicit read-only status, but for a GET listing endpoint the disclosed behavior is reasonably transparent.

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 moderately concise and front-loaded with the core operation. The opening phrase 'Get Amazon Seller Products' is redundant with the tool name, but the following sentence quickly explains the paginated catalog behavior. The use-case list is slightly long but still relevant.

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?

Since there is no output schema, the description usefully enumerates the expected return fields and notes pagination. It does not mention page size, sorting, or language-domain dependency behavior, but those are partially covered by the input schema and are not critical for this moderate-complexity listing tool.

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 description coverage is 100%, so the schema already explains page, domain, language, and sellerId. The description adds contextual framing around sellerId and domain but no additional parameter-level syntax or constraints beyond what the schema provides.

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 defines a specific operation: a paginated listing of a seller's storefront catalog for a given sellerId and domain. It also enumerates the returned fields, making it easy to distinguish from the sibling tools such as getSellerDetails, getProductDetails, and getSearchResults.

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 provides concrete use cases such as mapping a competitor's assortment, detecting new SKU launches, and building brand-protection watchlists. It also hints at downstream deep-dives against product and reviews endpoints, but it does not explicitly state when not to use this tool or name alternative tools as direct conditionals.

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

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/amazon-mcp'

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