Skip to main content
Glama
BACH-AI-Tools

Real Time Amazon Data MCP Server

deal_products

Fetch products belonging to a specific Amazon deal using its Deal ID, with support for pagination, sorting, field projection, and country/language selection.

Instructions

Get the products of a specific deal by Deal ID. Supports pagination using the page parameter. For now, only works for MULTI_ITEM deals with no canonical_deal_url (i.e. when deal_url is in the form of https://amazon_domain/deal/deal_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResults page to return. Default: 11
fieldsNoA comma separated list of deal product fields to include in the response (field projection). By default all fields are returned. Example: product_title,deal_price,deal_badge
countryNoSets the Amazon domain, marketplace country, language and currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG
deal_idYesDeal ID of the deal to fetch
sort_byNoReturn products in a specific order. Default: FEATURED Allowed values: FEATURED, LOWEST_PRICE, HIGHEST_PRICE, REVIEWS, NEWEST, BEST_SELLERS
languageNoThe language of the results. In case not specified, results will be returned in the default domain language. Supported languages per country: US: en_US, es_US AU: en_AU BR: pt_BR CA: en_CA, fr_CA FR: fr_FR, en_GB DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN IT: it_IT, en_GB MX: es_MX NL: nl_NL, en_GB SG: en_SG ES: es_ES, pt_PT, en_GB TR: tr_TR AE: en_AE, ar_AE GB: en_GB JP: ja_JP, en_US, zh_CN SA: ar_AE, en_AE PL: pl_PL SE: sv_SE,
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses the MULTI_ITEM/canonical_deal_url constraint and pagination behavior, which is genuinely useful. However, it doesn't state whether this is a read operation, what happens if the deal isn't MULTI_ITEM (error vs empty result), or response format details. It's adequate but not rich on behavioral context.

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?

Two concise sentences, front-loaded with the primary purpose, followed by a scoping constraint. No wasted words. Slightly more verbose than ideal due to the URL format explanation, but that information is necessary for correct usage. Well-structured.

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 paginated list tool with 100% schema coverage and all parameters documented, the description covers the essential constraints (MULTI_ITEM only, URL format, pagination). It doesn't describe return value structure, but no output schema exists and the tool's behavior is fairly predictable — fetching product fields for a deal. The main gap is lack of error/edge-case handling disclosure, but for this scope it's reasonably complete.

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 documents all 6 parameters (page, fields, country, deal_id, sort_by, language) with descriptions and enum values. The tool description adds the page parameter's pagination semantics and the deal_id's role, but most parameter meaning comes from the schema itself. Baseline 3 is appropriate when schema does the heavy lifting.

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 the products of a specific deal by Deal ID' — specific verb (get), specific resource (products of a deal), and a clear identifier (Deal ID). It distinguishes from siblings like deals, product_details, and product_search by targeting deal-scoped products. It also adds a valuable scoping note about MULTI_ITEM deals and URL format.

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 'For now, only works for MULTI_ITEM deals with no canonical_deal_url' and explains the exact URL format condition. This gives clear when-to-use and when-not-to-use guidance, distinguishing this from the broader deals tool. It also mentions pagination support, adding temporal usage context.

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/BACH-AI-Tools/bach-real_time_amazon_data'

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