Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Uploads_createUploadDestinationForResource

Create an upload destination and get the information needed to upload a file and access it programmatically.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Creates an upload destination, returning the information required to upload a file to the destination and to programmatically access the file.

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

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

With no annotations, the description carries the burden of behavioral disclosure. It adds useful context by noting the operation runs in the Kuudo deployment rather than the current environment and by stating that it returns upload/access information. However, it does not disclose permissions, side effects, failure behavior, or what exactly is created.

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 short and gets to the core action and return value quickly. The phrase 'Catalog entry' is somewhat cryptic, but overall the description is appropriately sized and front-loads the most important functional information.

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 and no output schema, the description provides too little detail: it does not explain how to specify the target resource, what inputs may accompany the call, or what shape the returned upload destination information takes. The empty schema with additionalProperties allowed makes this omission more significant.

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 has zero declared parameters, so the baseline is 4. The description adds no parameter-level detail and leaves the additionalProperties: true allowance completely undocumented, but it also does not misrepresent the parameter situation.

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?

States a clear operation and deliverable: it creates an upload destination and returns the information needed to upload and programmatically access a file. It does not explicitly distinguish itself from similar-looking siblings such as Services_createServiceDocumentUploadDestination, but the verb, resource, and outcome are clear.

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?

No guidance is provided about when to use this tool versus alternatives. The only contextual note, 'Runs in your Kuudo deployment, not here,' is an environment caveat and does not help an agent choose between this tool and other upload-destination or file-related tools.

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