Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDFI_submitInventoryUpdate

Submit inventory updates for a specified warehouse, handling partial or full feeds of inventory items to keep stock levels accurate.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items.

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

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal that the tool 'Runs in your Kuudo deployment, not here', which is a meaningful execution-location trait, and it notes the partial/full feed option. However, it does not disclose permissions, idempotency, side effects, or expected 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?

The core action is delivered in a single clear sentence, and the execution-location note is useful. The opening 'Catalog entry' is filler that adds no value and could confuse an agent, preventing a perfect score.

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 submission tool with an empty schema, no output schema, and no annotations, the description is too sparse. It does not specify the payload structure, how to indicate the warehouse or feed type, or whether the submission is synchronous or returns a transaction ID, leaving an agent unable to construct a correct invocation.

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 zero defined properties and allows additional properties, so the baseline is 4. The description adds semantic meaning by naming the 'specified warehouse' and 'partial or full feed', which are likely input dimensions, but it does not define parameter names or formats.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Submits inventory updates for the specified warehouse', and clarifies the scope as 'partial or full feed of inventory items'. This clearly distinguishes it from sibling tools that handle shipments, invoices, orders, or acknowledgements.

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?

The description implies the tool is for submitting inventory updates, but it does not explicitly state when to use this tool versus the many sibling submit tools, nor does it name any alternatives or exclusions. The mention of warehouse and feed type gives context but not enough guidance for choosing among similar operations.

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-vendor-central-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server