Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Services_createServiceDocumentUploadDestination

Create an upload destination for service documents in Amazon Selling Central SP-API. Solves the need for a storage location when uploading service files.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Creates an upload destination.

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

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

The description discloses an important behavioral trait: the operation runs in the user's Kuudo deployment rather than in the current environment, which is non-obvious and useful. It also implies a side effect by saying 'Creates'. However, with no annotations and no output schema, it does not explain whether authentication is needed, what the response contains, or whether the creation is synchronous, leaving significant behavioral gaps.

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 and mostly free of verbosity, which is good. However, 'Catalog entry' is a fragment that adds no meaning and distracts from the actual purpose. The key action 'Creates an upload destination' is placed last, so the description is not optimally front-loaded.

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?

With no annotated safety profile, no output schema, and no parameter definitions, the description alone must prepare the agent to invoke the tool correctly. It does not explain what an upload destination is, what the caller should do with the result, or how this tool relates to the very similar 'Uploads_createUploadDestinationForResource'. The 'Kuudo deployment' note hints at an important environmental detail but stops short of explaining its consequences.

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 no defined parameters, so the baseline is 4. The description does not need to elaborate on parameter meanings because there are none specified. However, additionalProperties is true, which technically allows arbitrary properties, but the context indicates zero parameters, so this is not a major issue.

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 phrase 'Creates an upload destination' clearly states the verb and resource, giving the agent a basic understanding of the operation. However, 'Catalog entry' is cryptic and 'Runs in your Kuudo deployment, not here' adds environmental context but does not clarify what the tool is for. It is specific enough to distinguish the core action, but the odd preamble prevents a perfect score.

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 about when to use this tool versus alternatives. The sibling 'Uploads_createUploadDestinationForResource' appears to perform a very similar task, yet the description does not mention it or explain how these tools differ. The 'Runs in your Kuudo deployment, not here' line implies a deployment consideration but leaves the actual selection criteria entirely 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