Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

FulfillmentInbound_listShipmentContentUpdatePreviews

Retrieve a paginated list of previews for shipment content updates, allowing you to review changes before applying them to an inbound shipment.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Retrieve a paginated list of shipment content update previews for a given shipment.

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?

No annotations are present, so the description carries the behavioral disclosure burden. It does disclose that this is a catalog entry, that it runs in the user's Kuudo deployment rather than 'here', and that the result is paginated. However, it omits authentication requirements, side effects, and what the 'Kuudo deployment' note actually means for invocation, leaving transparency partial.

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 concise and to the point, with no verbose elaboration. However, the main action is placed after the deployment note instead of being front-loaded, and the initial 'Catalog entry' fragment is cryptic. Still, the description is brief and the key operational sentence is clear.

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 list tool with no annotations, no output schema, and an empty parameter schema, the description should explain how to identify the shipment, how pagination works, and what the response contains. It only gestures at these points with 'for a given shipment' and 'paginated list'. The 'Kuudo deployment' note raises more questions than it answers, so the description is minimally viable but has clear gaps.

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 is empty with additionalProperties true and no parameter descriptions, so the description is the only source of parameter meaning. It signals that a shipment must be specified ('for a given shipment') and that the response is paginated, implying pagination parameters. It does not name the parameter or format, but it adds meaningful semantics beyond the empty schema. With zero documented parameters, the baseline of 4 is appropriate.

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 states an explicit verb ('Retrieve') and a specific resource ('shipment content update previews') with the scope 'for a given shipment' and a 'paginated list'. This distinguishes it from siblings like getShipmentContentUpdatePreview (single item) and generateShipmentContentUpdatePreviews (creation). The cryptic 'Catalog entry' phrase does not 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?

The description implies when to use the tool (when you need a paginated list of shipment content update previews for a shipment), but it does not explicitly name alternatives or provide when-not-to-use guidance. The 'Runs in your Kuudo deployment, not here' note gives environmental context but no routing to sibling tools such as getShipmentContentUpdatePreview or confirmShipmentContentUpdatePreview.

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