Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Awd_cancelInbound

Cancel an Amazon Warehousing and Distribution inbound order along with its associated shipment. Resolve incorrect or unneeded inbound plans by stopping the order before processing.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Cancels an AWD Inbound order and its associated shipment.

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

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

With no annotations, the description must carry the behavioral disclosure burden. It does state the destructive action ('cancels') and expands scope to include 'its associated shipment,' which is useful. However, it does not mention irreversibility, prerequisites, failure conditions, or what happens to downstream processes after cancellation.

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 only three short sentences and avoids unnecessary detail. However, the actual purpose is not front-loaded: 'Catalog entry' and the deployment-location statement come before the meaningful cancellation action, which slightly reduces scanability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple no-parameter cancellation action, the core action and scope are stated, but the description lacks the usage context needed to choose this over sibling cancel tools and does not describe expected outcomes or limitations. With no annotations or output schema, the description could reasonably provide more operational context.

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 formal parameters, so there is little for the description to add; the baseline for zero-parameter tools is 4. Still, the schema has additionalProperties: true while the description never explains how the inbound order is identified, which is a minor gap if callers need to supply some identifier.

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 sentence 'Cancels an AWD Inbound order and its associated shipment' clearly identifies the verb and resource, and distinguishes this from Awd_createInbound, Awd_confirmInbound, and shipping-related cancel tools. However, the opening 'Catalog entry' and 'Runs in your Kuudo deployment, not here' add ambiguity about whether this is a directly invocable action and why the location matters.

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?

There is no guidance on when to use this tool versus alternatives such as Shipping_cancelShipment, FulfillmentInbound_cancelInboundPlan, or Awd_confirmInbound. 'Runs in your Kuudo deployment, not here' is a location caveat, not a usage condition or exclusion, so the agent is left to infer when cancellation is appropriate.

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