Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

FbaInventory_createInventoryItem

Create a catalog entry by requesting Amazon to add product details to the Sandbox Inventory in the sandbox environment. Use this to set up test inventory items for Amazon Selling Central.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Requests that Amazon create product-details in the Sandbox Inventory in the sandbox 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/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden. It does disclose that the tool runs in the Kuudo deployment rather than locally and that it merely 'requests' Amazon to act, hinting at a remote/async effect. But it does not say whether the request is asynchronous, what side effects occur, what success means, or what response is returned.

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, which is good, but the first fragment is not a sentence and 'Sandbox Inventory in the sandbox environment' is redundant. It is compact but structurally sloppy.

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 annotations and no output schema, the description needs to explain the execution model and success/return behavior; 'Runs in your Kuudo deployment, not here' and 'requests' raise more questions than they answer. It is enough to roughly identify the tool but not to confidently invoke it and interpret the outcome.

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 declares zero formal properties, so there is little to document from the schema itself. However, additionalProperties:true leaves the payload unrestricted, and the description only mentions product-details without naming required fields (e.g., seller SKU, product attributes). It therefore adds minimal practical guidance for constructing a valid call.

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 uses a specific verb+resource: it 'requests that Amazon create product-details in the Sandbox Inventory.' The 'Catalog entry.' label and sandbox scope help distinguish it from inventory-quantity operations like FbaInventory_addInventory, though it never names that sibling. The fragment 'Catalog entry.' adds only mild confusion.

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 specifies an environment ('sandbox environment', 'Runs in your Kuudo deployment, not here'), which is useful context for selecting it over production-affecting tools. However, it does not state when to use this tool versus FbaInventory_addInventory or deleteInventoryItem, nor give exclusions or precedence. The guidance is implied rather than explicit.

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