Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorShipmentsV1_SubmitShipmentConfirmations

Submit shipment confirmations for vendor orders to keep Amazon Vendor Central updated on fulfillment status.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Submits one or more shipment confirmations 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

C2.9/5.0
Behavior2/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, but it only says the tool 'submits' confirmations and runs in a Kuudo deployment. It does not mention idempotency, side effects, authorization requirements, failure modes, or what happens after submission. The deployment note is a useful detail, but it is too thin for a mutation-like operation.

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 description is short and free of verbose filler, but the opening fragment 'Catalog entry' does little to help an agent and the actionable content appears last. It would be better structured if the function statement came first, followed by the deployment caveat. Still, it remains reasonably concise.

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 submit-oriented tool with no annotations, no output schema, and an empty input schema, the description does not provide enough context for reliable invocation. It lacks response expectations, error/status handling, and any differentiation from sibling submitShipmentConfirmations tools. The deployment note is ambiguous about whether the tool is callable in the current environment at all.

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 schema declares zero properties and uses 'additionalProperties': true, so there are no parameter names for the description to clarify. The phrase 'one or more shipment confirmations' gives a general semantic hint about the expected payload content. Given the zero-parameter baseline, this is adequate, though it stops short of describing the actual request body shape.

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 core sentence 'Submits one or more shipment confirmations for vendor orders' clearly states the action and resource. However, it does not differentiate this tool from the sibling VendorDirectFulfillmentShippingV1_submitShipmentConfirmations and VendorDirectFulfillmentShipping20211228_submitShipmentConfirmations, which may also handle shipment confirmations. The opening 'Catalog entry' and deployment note add ambiguity but do not obscure the main 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 versus its many submit-shipment-confirmation siblings. The only contextual note, 'Runs in your Kuudo deployment, not here,' hints at deployment scope but does not explain when this option should be selected over VendorDirectFulfillmentShipping variants or VendorShipmentsV1_SubmitShipments.

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