Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

FulfillmentOutbound_submitFulfillmentOrderStatusUpdate

Requests Amazon to update an order's fulfillment status in the sandbox testing environment, supporting validation of outbound order workflows before production use.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Requests that Amazon update the status of an order in the sandbox testing environment.

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

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

With no annotations, the description carries the transparency burden. It usefully discloses that this is only a catalog entry, executes in a Kuudo deployment rather than here, and targets the sandbox, so an agent understands it is not a normal callable API operation. It does not disclose side effects, authorization needs, errors, or response behavior.

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?

Three terse sentences with no verbosity; each sentence contributes environment, deployment context, or functional purpose. 'Catalog entry' is slightly cryptic but not padded or redundant.

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 with no annotations, no output schema, and an empty input schema, the description leaves too much unstated: what input should accompany the local call, what the response or error behavior is, and how this relates to other fulfillment and shipping status tools. The deployment/sandbox disclosure is useful but does not make the entry actionable.

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 declares zero properties and additionalProperties is true, so there are no parameter names or descriptions for the description to supplement. With 0 declared parameters, the baseline of 4 applies, and the description is not obligated to document missing fields.

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 names a concrete operation—'Requests that Amazon update the status of an order'—and scopes it to the sandbox testing environment, which goes beyond the tool name. However, it does not explicitly say 'fulfillment order' or differentiate this from sibling status-update tools like FulfillmentOutbound_updateFulfillmentOrder or Orders_updateShipmentStatus.

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?

It provides a meaningful when-not ('Runs in your Kuudo deployment, not here') and a context cue (sandbox testing environment). But it never explicitly states when to choose this over alternative status-update tools, so the usage guidance is implied rather than clearly actionable.

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