Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

FulfillmentOutbound_cancelFulfillmentOrder

Cancel a fulfillment order by its identifier to stop Amazon from attempting fulfillment.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier.

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

C2.7/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden, but it only states that a cancellation request is made. It does not disclose whether cancellation is guaranteed, what happens if the order is already in transit, whether the operation is idempotent, or any error/side-effect profile; the 'Runs in your Kuudo deployment, not here' remark also creates ambiguity about the actual execution environment.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, but the first sentence is filler that muddles rather than helps ('Catalog entry. Runs in your Kuudo deployment, not here.'). The useful cancellation sentence is placed after irrelevant context.

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 operation with no annotations and no output schema, the description is incomplete: it omits required input identifying details, expected request shape, state prerequisites, and failure behavior. The 'not here' phrasing also leaves it unclear whether this entry is actually invocable by the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema exposes zero properties, so the description's mention of a 'specified order identifier' is the only parameter information available and is a useful signal. However, it does not name the parameter or its format, and with additionalProperties true an agent still cannot reliably know how to pass the 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 second sentence identifies a specific action ('Requests that Amazon stop attempting to fulfill') and a clear resource ('the fulfillment order indicated by the specified order identifier'), which makes the cancel intent unambiguous. However, the opening 'Catalog entry. Runs in your Kuudo deployment, not here.' adds noise and does not contribute to purpose clarity, and there is no explicit comparison to sibling FulfillmentOutbound tools.

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 updateFulfillmentOrder or getFulfillmentOrder, and no mention of prerequisites like whether the order must still be unshipped. The only hint is the verb 'cancel' and phrase 'stop attempting', which leaves usage context to inference.

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