Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

AplusContent_postContentDocumentAsinRelations

Replace all ASIN relationships for a given A+ Content document. Set which products display the content by updating associations in Amazon Selling Central.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Replaces all ASINs related to the specified A+ Content document, if available.

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?

With no annotations, the description carries the full burden of behavioral disclosure. It reveals that the operation is destructive ('replaces all ASINs'), conditional ('if available'), and runs in a different deployment ('not here'). However, it does not disclose authentication needs, reversibility, failure behavior, or rate limits, so the disclosure is incomplete.

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 text is short, but the first sentence 'Catalog entry' is unhelpful filler and the key action is placed after the deployment caveat. The description would be better structured by leading with the replace behavior and then adding the execution-context note.

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 mutation tool with no annotations, no output schema, and an empty/open input schema, so the description must do more to be safely usable. It states the central action and hints at remote execution, but omits the request contract, prerequisites, environment implications, and expected response, leaving the tool incomplete for an agent to invoke confidently.

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 the description is the only real source of parameter meaning. It adds conceptual value by mentioning 'ASINs' and a 'specified A+ Content document', but it does not provide parameter names, formats, or required fields, which makes it hard to construct a correct request from the description alone.

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 verb and resource: it replaces all ASINs related to a specified A+ Content document. This is more informative than a tautology, though it does not explicitly differentiate itself from sibling AplusContent operations such as listing or validating ASIN relations. The opening 'Catalog entry' and 'Runs in your Kuudo deployment, not here' add confusion but do not fully obscure the core purpose.

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?

Usage is only implied: the tool should be used when replacing all ASIN relations for an A+ Content document. It does not mention when not to use it, compare it to sibling tools, or state prerequisites such as an existing content document or required permissions.

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