Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Fees_getMyFeesEstimateForASIN

Get estimated selling fees for a specific ASIN in a chosen marketplace, helping you calculate costs before listing.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns the estimated fees for the item indicated by the specified ASIN in the marketplace specified in the request body.

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

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It reveals a significant execution-environment trait—running in the user's Kuudo deployment, not the current environment—and frames the operation as read-only by returning estimates. It does not cover authentication, rate limits, error cases, or response format, but the key deployment warning is disclosed.

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 main functional sentence is tight and front-loaded. However, the opening 'Catalog entry.' is a wasted phrase that adds no usable information; removing it would make the description fully economical.

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

Completeness3/5

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

For a low-complexity fee-estimate lookup, the description names the core inputs and the execution environment. Yet with no output schema and an empty input schema, it leaves the request body structure, response format, and the practical implications of 'not here' unexplained, so an agent still lacks complete invocation detail.

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?

The input schema declares zero parameters and schema coverage is 100%, so the baseline is 4. The description adds meaningful semantics by identifying the two central inputs: the ASIN and the marketplace in the request body. It stops short of specifying exact field names or formats, but it compensates for the empty schema adequately.

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 a specific action—returning estimated fees—for a specific resource identified by ASIN, with marketplace scope. It differentiates itself from the sibling Fees_getMyFeesEstimateForSKU by naming ASIN rather than SKU. The opening 'Catalog entry.' is unhelpful, but the functional sentence is unambiguous.

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 description implies this tool is used when a fee estimate for a single ASIN is needed and notes it executes in the Kuudo deployment, not locally. However, it does not explicitly name alternatives such as Fees_getMyFeesEstimateForSKU or Fees_getMyFeesEstimates, nor does it state conditions for choosing between them.

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