Skip to main content
Glama
easyparser-com

Easyparser

Official

get_product_offers

Read-only

Retrieve every seller offer for an Amazon product, including price, shipping, condition, and seller rating, with the Buy Box winner. Use it for competitive price analysis and reseller monitoring.

Instructions

Fetch the list of seller offers for an Amazon product: every merchant selling the item with their price, shipping cost, condition (new/used), fulfillment type (FBA/FBM), and seller rating. Also returns the Buy Box winner. This is the tool for competitive price analysis, reseller monitoring, and availability tracking.

Use this tool when the question is about WHO sells the product and at WHAT price. If you need the product's own details (title, images, rating), use get_product_detail instead.

Each requested page costs 1 credit. Start with a single page (default) and only increase max_page if the user needs the full offer list. Use the condition and shipping filters to narrow results instead of paginating — it is cheaper.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asinYesAmazon Standard Identification Number — a 10-character alphanumeric product identifier (e.g. B0CJB6V2L5). Found in the product URL after /dp/ or /gp/product/.
primeNoIf true, return only Prime-eligible offers.
domainNoAmazon marketplace domain extension. Determines the regional Amazon site the data is fetched from. Use the domain that matches the user's market — prices, availability and rankings differ across marketplaces..com
max_pageNoEnding page number. Each page costs 1 credit; max 5 pages per request. Default 1.
min_pageNoStarting page number. Default 1.
conditionNoFilter offers by item condition. Omit to include all conditions.
free_shippingNoIf true, return only offers with free shipping.

Schema Changelog

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

  1. First observedv1.4.0

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds substantial operational behavior beyond the annotations: each page costs 1 credit, pagination should be minimized, filters are cheaper than pagination, and the result includes the Buy Box winner. This is the kind of cost and response context an agent needs before invoking the tool.

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 front-loaded with the most important information: what the tool returns and its purpose. Every sentence contributes value, including the cost warning and sibling differentiation. It is slightly longer than strictly necessary, but the extra length is justified by the pagination-cost guidance and the alternative-tool routing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, but the description enumerates the key return fields (price, shipping, condition, fulfillment type, seller rating, Buy Box winner), making the result shape understandable. It also covers cost behavior, pagination strategy, filter alternatives, and when to use a sibling tool. For a read-only offer-list tool, this is complete enough for an agent to select and invoke it correctly.

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%, so the schema already documents every parameter. The description adds useful semantic guidance beyond the schema by explaining that max_page should be kept at 1 unless the full list is needed and that condition/shipping filters should be preferred over pagination. It does not add per-parameter detail for all 7 params, but the schema is already comprehensive, so this is above baseline.

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 uses a specific verb and resource: it fetches the list of seller offers for a product and enumerates exactly what is returned (price, shipping cost, condition, fulfillment type, seller rating, Buy Box winner). It also distinguishes itself from get_product_detail by emphasizing the WHO-sells-at-WHAT-price use case, so a model can differentiate it from siblings.

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?

It explicitly states when to use this tool ('when the question is about WHO sells the product and at WHAT price') and when not to, pointing to get_product_detail for product details. It also gives operational guidance: start with a single page, only increase max_page when needed, and prefer condition/shipping filters over pagination because it is cheaper.

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/easyparser-com/mcp-easyparser'

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