Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentShippingV1_submitShipmentConfirmations

Submit one or more shipment confirmations for vendor orders to update fulfillment status and notify Amazon of shipment details.

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

B3/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. It does disclose a meaningful execution fact ('Runs in your Kuudo deployment, not here') and implies a write/submit operation, but it omits response behavior, error handling, idempotency, or asynchronous processing expectations.

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, with no filler or redundant restating of the tool name. The main action sentence is placed after the catalog/environment preamble, so it is not perfectly front-loaded, but every sentence contributes information.

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, no output schema, and an empty input schema, the description is incomplete. It tells the agent what the tool does and where it runs, but not how to construct the payload, what a successful result looks like, or how to check transaction status through sibling tools.

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 exposes zero structured properties and only allows additionalProperties, so the schema provides no parameter semantics. The description adds a useful hint by saying 'one or more shipment confirmations,' which implies the payload shape and cardinality. With 0 documented parameters, this meets the baseline expectation.

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 clear action ('Submits one or more shipment confirmations') and a clear resource ('vendor orders'). It is not a tautology and gives more than the name alone. However, it does not distinguish this V1 tool from the similarly named VendorDirectFulfillmentShipping20211228_submitShipmentConfirmations or VendorShipmentsV1_SubmitShipmentConfirmations siblings.

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 provided about when to choose this tool over its sibling alternatives, such as submitShipmentStatusUpdates or the other shipment-confirmation variants. The clause 'Runs in your Kuudo deployment, not here' gives deployment context but not selection criteria.

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