Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentShipping20211228_submitShipmentConfirmations

Submit shipment confirmations for vendor orders, confirming shipping details to update order status in Amazon Vendor Central.

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?

There are no annotations, so the description carries the full burden of behavioral disclosure. It usefully notes that the tool runs in the Kuudo deployment rather than 'here' and that it can submit multiple confirmations, but for a submit/write operation it fails to disclose side effects, idempotency, permissions, or what happens 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and generally efficient, but the opening fragment 'Catalog entry.' does not earn its place and the actual action appears only at the end. The environment note is useful, but the structure is not as front-loaded as it could be for an agent scanning a long sibling list.

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 submit operation with no annotations, no output schema, and no modeled parameters, so the agent still lacks important context: request body requirements, transaction-status handling, permissions, and any differentiation from the other submitShipmentConfirmations tools. The environment note is helpful but leaves too many operational gaps for reliable invocation.

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 no properties and the parameter count is zero, so the baseline is 4. The description adds only the batching notion of 'one or more shipment confirmations' and does not document a request body or confirmation-field structure, but with zero modeled parameters there is little schema semantics to expand upon.

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 action, 'Submits one or more shipment confirmations for vendor orders,' with a clear verb and resource. However, it does not differentiate this from the nearly identical sibling tools such as VendorDirectFulfillmentShippingV1_submitShipmentConfirmations or VendorShipmentsV1_SubmitShipmentConfirmations.

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?

The description gives no explicit guidance on when to use this tool versus the many similar submit/confirmation siblings. The note 'Runs in your Kuudo deployment, not here' hints at an environment constraint, but it does not explain when an agent should select this tool over its V1 or VendorShipments counterparts.

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