Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentShipping20211228_submitShippingLabelRequest

Submit a shipping label request for a purchase order to generate a shipping label and obtain a transactionId for tracking and 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

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It discloses that the tool is a catalog entry, runs elsewhere, creates a shipping label, and returns a transactionId. It does not mention side effects, permissions, idempotency, failure modes, or authentication requirements, so transparency is only partially addressed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

The description is brief and front-loaded with the deployment context before the core action. Every sentence contributes meaningful information: catalog status, execution location, function, and return value. There is no filler or redundant explanation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter tool with no output schema, the description covers the essential context: what it does, where it runs, and what it returns. It could be more explicit about whether the agent should mock, skip, or route this call to the V1 equivalent, but it is largely complete for a catalog-only entry.

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 has zero parameters and 100% schema description coverage, so the description is not required to compensate for undocumented parameters. It adds relevant context by mentioning the purchase order and transactionId. The baseline of 4 for zero parameters applies, though additionalProperties: true is left unexplained.

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 clearly states the action: it creates a shipping label for a purchase order and returns a transactionId. However, it does not differentiate itself from the nearly identical sibling VendorDirectFulfillmentShippingV1_submitShippingLabelRequest, and the 'Catalog entry' phrase adds ambiguity about whether this is an executable tool or a reference entry.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Runs in your Kuudo deployment, not here' provides context that this tool is not meant to be invoked directly in the current environment, which implies usage guidance. But it does not explicitly state when to prefer this tool over alternatives, nor does it name the V1 sibling as the substitutable option.

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