Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentShippingV1_getPackingSlips

Retrieves packing slips for vendor purchase orders by specified criteria, enabling quick access to shipping documents for direct fulfillment.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns a list of packing slips for the purchase orders that match the criteria specified.

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.5/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 behavioral burden. It discloses that this is a catalog entry and that it runs elsewhere ('not here'), which is important context. It also indicates a read-style operation by saying 'Returns a list,' but it does not mention pagination, criteria specifics, or any other execution behavior.

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 efficient, with no filler. The 'Catalog entry' sentence adds a little redundancy with 'Runs in your Kuudo deployment, not here,' but overall the content is compact and readable.

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

Completeness3/5

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

For a tool with no parameters and no output schema, the description provides the essential action and environment context. However, it leaves 'criteria specified' undefined and does not describe what a packing slip response would contain, which matters because no output schema is available to fill that gap.

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, so the baseline is 4; the description does not need to document individual parameters. The phrase 'criteria specified' is somewhat vague and unsupported by the empty schema, but it does not directly contradict the schema.

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 ('Returns a list of packing slips') and identifies the resource ('purchase orders that match the criteria specified'). The plural 'packing slips' and 'list' help distinguish it from the singular getPackingSlip sibling, though it does not explicitly name that alternative.

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 description gives a clear contextual signal: 'Runs in your Kuudo deployment, not here,' which tells the agent this tool is not executable in the current environment. However, it does not explicitly say when to prefer this over the many related sibling tools, such as getPackingSlip or the 20211228 variant.

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