Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Awd_updateInboundShipmentTransportDetails

Update transport details for an existing AWD inbound shipment, ensuring accurate carrier and tracking information for shipment processing.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Updates transport details for an AWD 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.2/5.0
Behavior2/5

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

No annotations are present, so the description must disclose effects and risks. It only states that the tool runs elsewhere and that it updates transport details; it does not say whether the update is idempotent, what permissions are needed, what gets modified, or what is returned. This leaves the mutation's behavior largely opaque.

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?

At roughly fifteen words, the description is compact and communicates the update purpose efficiently. 'Catalog entry' and 'Runs in your Kuudo deployment, not here' convey environment context, though they could be merged into one clearer sentence.

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 tool with no annotations and no output schema, the description should specify which shipment or transport details are required, any side effects, and the expected response. It gives none of those, and the empty schema with additionalProperties true leaves invocation an open question even if the environment caveat is set aside.

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 defines zero properties, so there are no parameter semantics for the description to add; the empty schema already captures this. While additionalProperties:true permits arbitrary fields, the absence of defined properties means parameter documentation is not a gap.

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 sentence 'Updates transport details for an AWD shipment' names a specific action and resource, so an agent can see what the tool does. It does not explicitly differentiate from siblings like Awd_updateInbound or FulfillmentInbound_updateShipmentTrackingDetails, and the 'Catalog entry' phrasing adds ambiguity about whether the tool is actually executable.

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 phrase 'Runs in your Kuudo deployment, not here' is a clear environment caveat that tells an agent this tool is not available in the current context. However, it provides no 'when to use' conditions, prerequisites, or alternative tool names, so guidance for selection among siblings is largely implied.

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