Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

ProductPricing_getItemOffers

Fetches an item's lowest priced offers by ASIN, giving sellers direct pricing insights to compare marketplace competition and make informed pricing decisions.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns the lowest priced offers for a single item based on ASIN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

No annotations exist, so the description carries the burden. It communicates that the tool returns offer data and that it is not executable in the current deployment, which is useful. It does not mention auth requirements, rate limits, or edge cases, but for a simple query the core behavior is reasonably disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and mostly front-loaded, with the deployment constraint appearing early. However, the opening fragment 'Catalog entry.' is cryptic and does not earn its place, adding confusion rather than clarity.

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

Completeness2/5

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

Given no output schema and no annotations, the description should provide enough for an agent to call the tool safely and correctly. It fails to specify how to supply the required ASIN or any other runtime inputs, and it does not describe the return shape or the conditions under which the tool is relevant versus siblings.

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?

The input schema is empty with additionalProperties true, so there are no named parameters to rely on. The description adds the semantic that ASIN is the key input, but it does not specify the parameter name, required fields, formatting, or how to pass the ASIN. This leaves the invocation contract ambiguous.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The core sentence clearly states the action and scope: 'Returns the lowest priced offers for a single item based on ASIN.' This identifies the resource and distinguishes the tool from batch-oriented siblings, though it does not explicitly contrast it with ProductPricing_getItemOffersBatch or getListingOffers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Runs in your Kuudo deployment, not here' gives an important environment-based exclusion, so the agent knows not to invoke it in the current context. However, the description provides no guidance on when to prefer this tool over alternatives such as getItemOffersBatch or getListingOffers.

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

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