Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

FulfillmentInbound_listInboundPlanPallets

List pallet packages in an inbound plan, using pagination to navigate through results for shipment tracking and management.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Provides a paginated list of pallet packages in an inbound plan.

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.4/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does mention pagination and a deployment caveat, which is useful. However, 'Catalog entry' is cryptic and unexplained, and there is no mention of return format, errors, permissions, or side effects beyond the implied read-only nature of a list operation.

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 only 20 words, so it is concise, but the first two sentence fragments ('Catalog entry.' and 'Runs in your Kuudo deployment, not here.') are cryptic and appear before the actual purpose. A cleaner structure would state the function first and then add deployment caveats.

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?

Even with zero documented parameters, the description leaves important gaps: it does not explain how to identify the inbound plan, what fields a pallet package contains, or how pagination parameters should be supplied. The ambiguous 'Catalog entry' remark could confuse an agent about whether the tool is callable at all. No output schema exists to compensate for these omissions.

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 schema defines zero parameters and has 100% schema description coverage, so the baseline is 4. The description does not add parameter-level meaning, but no parameters are documented to require explanation. The 'paginated' hint implies pagination-related inputs, yet these are not formalized in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Provides a paginated list of pallet packages in an inbound plan,' using a specific verb and resource. This distinguishes it from sibling tools like listInboundPlanBoxes, listInboundPlanItems, and listShipmentPallets by scoping to pallets within an inbound plan rather than boxes, items, or shipments.

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 guidance is provided about when to use this tool versus alternatives such as listInboundPlanBoxes or listShipmentPallets. There are no prerequisites, exclusions, or contextual selection rules. The note that it 'runs in your Kuudo deployment, not here' is an environment constraint, not a usage guideline.

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