Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

FulfillmentInbound_listPackingGroupItems

Retrieve a page of items from a specified packing group to review or manage inbound fulfillment shipments.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Retrieves a page of items in a given packing group.

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
Behavior3/5

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

With no annotations, the description carries the transparency burden. It does add useful behavioral facts: the operation is a retrieval ('Retrieves'), it is paged ('a page'), and it executes in a separate 'Kuudo deployment', not locally. But it never explains authentication, required identifiers, or what happens when called outside that deployment, leaving a significant transparency gap.

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, but the first two fragments ('Catalog entry.' and 'Runs in your Kuudo deployment, not here.') are not front-loaded toward the actionable behavior and the first is nearly useless. The final sentence is concise and clear, but overall structure is not optimized for quick agent consumption.

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?

Given no output schema and no annotation support, the definition needs to at least specify how the packing group is identified and whether the tool is callable from this environment. It does neither: the schema has no parameters, the description invents a 'given packing group' input, and the 'not here' note raises an availability question without resolving it. The agent cannot reliably invoke it.

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

Parameters1/5

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

The input schema declares no named properties, and the description does not compensate: it refers to 'a given packing group' without ever naming a packingGroupId parameter or explaining how it is supplied. The additionalProperties:true schema leaves the agent free to guess at the input, and the description only makes this worse by implying an undocumented required input. This is far below the baseline expected for a 0-parameter tool.

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 core statement 'Retrieves a page of items in a given packing group' names a specific verb and resource, and the packing-group/items phrasing helps distinguish it from sibling listPackingGroupBoxes and other FulfillmentInbound list operations. The opening 'Catalog entry' is noise and does not add purpose, so it falls just short of a top score.

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 implies the usage context: an agent should consider this tool when it needs items belonging to a packing group. However, it mentions no alternatives, exclusion criteria, or when to prefer sibling tools such as listInboundPlanItems or listShipmentItems, and the 'Runs in your Kuudo deployment, not here' note is ambiguous about whether the agent can actually invoke it from the current environment.

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-selling-partner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server