Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorShipmentsV1_SubmitShipments

Submit one or more shipment requests for vendor orders through Amazon Vendor Central, turning confirmed purchase orders into shippable orders.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Submits one or more shipment request for vendor Orders.

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/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It does indicate a write-side action ('Submits') and adds a deployment caveat ('Runs in your Kuudo deployment, not here'), but it omits important behavioral details such as side effects, authentication needs, idempotency, validation behavior, or how status is tracked after submission.

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 very short and contains little waste: two sentences with a clear action statement and an environmental caveat. The deployment note is front-loaded, which is valuable context, though 'Catalog entry' is cryptic and could be clearer.

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?

For a submission tool with no annotations and no output schema, the description is too thin. It does not mention what a successful submission returns, whether a transaction ID is produced for status polling, what prerequisites apply to vendor orders, or how to format/limit a batch. The Kuudo deployment note is helpful but does not fill these 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 declares zero named parameters and schema description coverage is 100%, so the description is not required to document individual parameters. The 'one or more shipment request' wording at least signals batch semantics. Since the tool definition exposes no parameters, there is little additional parameter meaning the description could provide.

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 sentence 'Submits one or more shipment request for vendor Orders' gives a specific verb and resource, and it is distinguishable from the sibling SubmitShipmentConfirmations tool by the 'shipment request' vs 'confirmations' wording. The opening 'Catalog entry' and deployment note slightly muddy whether this is actually executable, but the core action is clear.

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 explicit guidance is given about when to use this tool versus alternatives like VendorShipmentsV1_SubmitShipmentConfirmations or VendorDirectFulfillmentShipping20211228_submitShipmentConfirmations. The intended use is only implied by the tool name and the phrase 'for vendor Orders'; there are no when-not conditions or sibling references.

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-vendor-central-mcp'

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