Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

CustomerFeedback_getItemBrowseNode

Retrieve the browse node associated with an ASIN to determine its catalog category.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. This API returns the associated browse node of the requested 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

C2.9/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits on its own. It does reveal that execution happens 'in your Kuudo deployment, not here', which is useful but ambiguous. It does not state whether the operation is read-only, what authentication or permissions are needed, or how the ASIN is expected to be provided.

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 brief and mostly front-loaded, with no redundant filler. However, 'Catalog entry' and the deployment note are cryptic and could be clarified or integrated better.

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?

This is a simple-looking tool with no output schema, no annotations, and no documented parameters, so the description carries the full burden. It explains what is returned at a high level but leaves out how the ASIN is passed and what the response structure is, making it incomplete for an agent.

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 defines no properties, yet the description references a 'requested ASIN' without naming it as a parameter. Since additionalProperties is true, this creates ambiguity about where the ASIN goes. The zero-parameter baseline is 4, but the mismatch between the described ASIN input and the empty schema lowers the score.

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 description states a specific action: this API returns the associated browse node for a requested ASIN. This clearly identifies the resource and result, and distinguishes it from sibling review/trend/topic tools. The phrase 'Catalog entry' is vague but does not obscure the core function.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool instead of related tools like CatalogItems_getCatalogItem or CustomerFeedback_getBrowseNodeReturnTopics. The deployment note provides context but not a decision rule or alternative routing.

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