Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Awd_updateInbound

Update an Amazon Warehousing and Distribution (AWD) inbound order while it is in DRAFT status, allowing changes before confirmation. Revise unconfirmed shipments to keep order details accurate.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Updates an AWD inbound order that is in DRAFT status and not yet confirmed.

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

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

With no annotations, the description carries the full behavioral burden. It discloses remote execution and the draft-status precondition, but does not state what fields are updated, side effects, permissions, or response behavior. 'Catalog entry' is also unexplained and adds ambiguity.

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 the core update statement is prominent. However, the opening 'Catalog entry. Runs in your Kuudo deployment, not here.' is cryptic and could be clarified while remaining concise.

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 mutating update operation with no annotations and no output schema, the description is incomplete: it lacks required identifiers or payload, effect details, and return shape. The status constraint is helpful but not sufficient for an agent to invoke the tool with confidence.

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 schema declares no properties yet allows additionalProperties, so an agent cannot learn what identifies the inbound order or what update payload to send. The description adds no parameter meaning beyond the resource name, failing to compensate for the permissive empty 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?

States a specific action and resource: 'Updates an AWD inbound order,' with clear preconditions 'DRAFT status and not yet confirmed.' This distinguishes it from sibling tools like Awd_confirmInbound, Awd_cancelInbound, and Awd_createInbound without needing to inspect their schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives clear applicability context: only for inbound orders in DRAFT and not yet confirmed, and notes that it runs in the Kuudo deployment rather than locally. It does not explicitly name alternatives, but the status condition acts as an implicit exclusion.

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