Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Awd_confirmInbound

Confirm a draft AWD inbound order to move it from DRAFT status to confirmed, enabling subsequent fulfillment steps.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Confirms an AWD inbound order in DRAFT status.

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

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether the confirmation is reversible, what side effects it triggers, or what permissions are needed. The note 'Runs in your Kuudo deployment, not here' is unusual but does not clarify the operation's behavior.

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 'Catalog entry' is filler and 'Runs in your Kuudo deployment, not here' is vague. The most useful information is front-loaded only after two weak opening fragments, so the structure is not as clear as it could be.

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 mutation-like confirm action with no annotations and no output schema, the description should explain side effects, prerequisites, and what happens on success. It only provides the target resource and DRAFT precondition, leaving the agent under-informed for safe invocation.

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 properties and schema description coverage is 100%, so there are no parameter semantics for the description to add. Per the zero-parameter baseline, this is appropriate, though the schema's additionalProperties: true leaves some ambiguity that the description does not address.

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 phrase 'Confirms an AWD inbound order in DRAFT status' names a specific verb, resource, and state precondition. However, the opening 'Catalog entry' is vague, and the description does not explicitly differentiate it from related Awd_* tools like Awd_createInbound or Awd_cancelInbound.

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 DRAFT status condition gives some implied guidance about when this tool is appropriate. However, it does not mention alternatives, exclusions, or the workflow position of confirming an inbound order relative to other Awd tools.

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