Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentShippingV1_getShippingLabels

Retrieve shipping labels created within a specified time frame for vendor direct fulfillment. Query by date range to obtain the labels needed for shipment processing and carrier documentation.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns a list of shipping labels created during the time frame that you specify.

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.1/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 burden. It adds useful behavioral context by noting the tool is a catalog entry and runs in the user's Kuudo deployment, and it indicates a read-style 'returns a list' operation. However, it does not disclose pagination, response shape, or potential side effects, leaving some behavior implicit.

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 short and front-loads the key operational detail about returning shipping labels. The opening 'Catalog entry' and 'not here' phrasing is cryptic and slightly distracting, but the overall structure is compact and economical.

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 tool with no output schema, no annotations, and an empty input schema, the description is too thin. It fails to clarify how the time frame should be specified, what fields a shipping label includes, or how this tool relates to sibling label and fulfillment tools. The 'not here' note raises more questions than it answers.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero parameters, so the baseline is 4, but the description mentions a 'time frame that you specify' without corresponding schema properties. This adds semantic meaning beyond the schema but does not tell the agent how to encode the time frame, making the parameter behavior ambiguous despite additionalProperties being true.

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 operation: it returns a list of shipping labels filtered by a time frame. The phrase 'list of shipping labels' distinguishes it from singular label retrieval tools, but it does not explicitly differentiate among the multiple getShippingLabels sibling versions.

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 explicit guidance is given about when to use this tool instead of the many sibling tools, such as submitShipmentConfirmations or getPackingSlips. The note 'Runs in your Kuudo deployment, not here' provides environment context but not decision guidance.

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