Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Awd_checkInboundEligibility

Check whether specified packages qualify for an Amazon Warehousing & Distribution inbound order, returning error details for ineligible packages.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages.

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 and does add some behavioral context: it discloses that execution occurs in the user's Kuudo deployment rather than locally, and that ineligible packages are accompanied by error details. However, it does not explicitly state whether this is a read-only check, what auth or permissions are required, or whether any state changes occur.

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: two sentences and roughly thirty words. The deployment qualifier is front-loaded and the core function is stated directly. 'Catalog entry' is slightly cryptic, but the overall structure is efficient with no filler.

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 that takes package input and returns eligibility and error details, the description is incomplete. It lacks the input parameter structure, output format, and any example of how to specify packages. With no annotations and no output schema, the description needed to carry more operational and invocation detail than it does.

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

Parameters2/5

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

The input schema contains zero named properties with additionalProperties: true, so it provides no parameter names, types, or structure. The description says 'packages you specify' but does not explain how packages should be passed, such as the expected field name or format. This leaves the agent unable to construct a valid request confidently.

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 uses a specific verb 'Determines' and a clear resource ('AWD inbound order'), and states the outcome: eligibility status plus error details for ineligible packages. This makes it distinguishable from the Awd_createInbound and Awd_getInbound siblings in purpose, though it does not explicitly name or contrast any 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 intended use is implied: use this tool when you need to check whether specified packages are eligible for an AWD inbound order. However, there is no explicit when-to-use guidance, prerequisite, or statement about which sibling tools to prefer or avoid. 'Runs in your Kuudo deployment, not here' is operational context, not selection 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-selling-partner-mcp'

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