Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentShippingV1_submitShippingLabelRequest

Create a shipping label for a purchase order and get a transactionId for reference.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Creates a shipping label for a purchase order and returns a transactionId for reference.

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.3/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It adds useful behavioral context: execution happens in a Kuundo deployment rather than in this environment, the operation is a write that creates a shipping label, and it returns a transactionId. It leaves the operational meaning of 'not here' somewhat unexplained, but this is still notably more transparent than a bare action phrase.

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?

At roughly 40 words the description is appropriately concise, but it is not well front-loaded: the actionable statement comes last, and the first fragment 'Catalog entry' adds little. The 'not here' clause is important but would benefit from being tied to the operation rather than left as a vague aside.

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 write operation with no annotations and no output schema, the description is too thin. It omits the input needed to identify the purchase order, fails to explain what 'runs in your Kuundo deployment, not here' means for invocation, and does not connect the returned transactionId to the transaction-status siblings, which an agent would need for a complete submit workflow.

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 parameters, so the baseline is 4; the description adds the relevant subject (purchase order) and result (transactionId). It would deserve a 5 only if the expected inputs or property names were disclosed, since additionalProperties: true suggests arbitrary arguments may be accepted.

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 concrete action and result: creates a shipping label for a purchase order and returns a transactionId. It loses a point because the opening 'Catalog entry' and 'Runs in your Kuundo deployment, not here' are confusing, and because it does not distinguish this V1 submit tool from the near-identical 20211228 sibling.

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 when-to-use or when-not-to-use guidance is provided, and the many sibling submit/get tools are never mentioned. The only environmental hint ('not here') is ambiguous and does not tell the agent whether to invoke the tool or select a different version.

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