Skip to main content
Glama
houtini-ai

Amazon Creators MCP

by houtini-ai

get_variations

Read-only

List colour, size, and style variants of a parent ASIN with prices, then present them as markdown, JSON, or paste-ready HTML for comparison or blog embedding.

Instructions

List colour/size/style variations of a parent ASIN. Max 10 variations per call; paginate via variationPage (1–10). Pass the parent ASIN of a product that has variants — non-variant products return an empty result.

PRESENTATION GUIDANCE (important): default to format: 'markdown' or format: 'json'. Summarise the variations conversationally (e.g. "The Echo Show 5 comes in 3 colours: • Charcoal ($79.99) • Glacier White ($79.99) • Deep Sea Blue ($84.99)") — DO NOT paste the raw tool output. Then ASK the user whether they'd like an embeddable HTML grid of the variations for their blog. Only use format: 'html-card' or format: 'html-grid' when the user has explicitly asked for a preview, card, widget, embed, or paste-ready HTML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asinYesParent ASIN whose variations to list.
formatNoOutput format. DEFAULT TO 'markdown' OR 'json' when you plan to summarise the results in chat. Use 'html-card' / 'html-grid' ONLY when the user has explicitly asked for an embed, preview, card, widget, grid, or paste-ready HTML — these formats return a full HTML document the user pastes into their blog and are not for in-chat reading. 'markdown' = friendly summary source; 'json' = raw API data for programmatic use; 'html-card' = single product card; 'html-grid' = responsive grid of all items.markdown
merchantNo
conditionNo
resourcesNoWhich fields Amazon should return. Names are camelCase (e.g. "itemInfo.title"). Omit to use a sensible default set.
offerCountNo
customStylesNoExtra CSS appended to the default stylesheet when format is 'html-card' or 'html-grid'. Target stable class-name anchors: .amzn-card, .amzn-card__image, .amzn-card__title, .amzn-card__meta, .amzn-card__brand, .amzn-card__rating, .amzn-card__price, .amzn-card__price--unavailable, .amzn-card__savings, .amzn-card__cta, .amzn-card__disclosure, .amzn-grid. Ignored for 'markdown' and 'json'.
titleMaxCharsNoMaximum rendered title length for HTML card/grid output. Amazon titles are often 150+ chars of keyword stuffing; clamping to ~80 keeps cards one-line on typical widths. Defaults to 80. Set to 0 to disable. Ignored by 'markdown' and 'json' — those formats get the full untruncated title.
variationPageNoPage number (1-10).
variationCountNoVariations per page (max 10).
hideItemsWithoutPriceNoWhen format is 'html-grid', drop items that have no price. Defaults to true — cards without a price are weak embeds (no deal hook, reader must click through to learn anything). Set false for comparison tables where availability can lapse but you still want the product visible. Ignored for 'html-card', 'markdown', and 'json'.
languagesOfPreferenceNo
Behavior5/5

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

While annotations already declare readOnlyHint and openWorldHint, the description adds substantial behavioral detail: max 10 variations per call, pagination via variationPage (1–10), empty results for non-variant products, and explicit instructions to avoid pasting raw output and to ask before using HTML formats. These are critical behaviors not captured by the annotations.

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 well-structured: a terse core statement covering purpose, pagination, and variant requirement, followed by a clearly-labelled PRESENTATION GUIDANCE block. Every sentence earns its place, with no filler or repetition of schema content.

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 12-parameter tool, the description addresses the most critical usage points: pagination, variant requirement, and output format selection. It leverages rich schema descriptions and readOnly annotations effectively, though it doesn't detail the return payload structure (no output schema), which is partially mitigated by the format guidance.

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 67%, so the description doesn't need to compensate fully. It enriches key parameters: variationPage (1–10 pagination), format (default to markdown/json, HTML only when explicitly requested), and the notion of a sensible default set for resources. It doesn't describe merchant/condition/languagesOfPreference, but those are self-explanatory via enums and naming.

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 'List colour/size/style variations of a parent ASIN' — a specific verb and resource that clearly distinguishes it from sibling tools like search_items or get_browse_nodes. It also adds scope details (max 10 per call, pagination, empty result for non-variant products), which further clarifies the tool's exact function.

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?

Provides clear context for use (pass parent ASIN of a product with variants) and a clear exclusion (non-variant products return empty result). It does not explicitly name alternative tools, but the purpose is distinct enough that the agent can infer when to choose this tool. The presentation guidance also specifies when to use markdown/json vs HTML formats, which aids correct usage.

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

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