Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorOrdersV1_submitAcknowledgement

Submit acknowledgements for one or more purchase orders to confirm acceptance and maintain accurate order status in Amazon Vendor Central.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Submits acknowledgements for one or more purchase orders.

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.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that the tool submits acknowledgements and runs remotely, but it does not disclose authentication needs, idempotency, side effects, response behavior, or error handling. For a mutation-like action, this is a notable gap.

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

Conciseness5/5

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

The description is three short, front-loaded fragments: 'Catalog entry,' 'Runs in your Kuudo deployment, not here,' and 'Submits acknowledgements for one or more purchase orders.' Every part contributes either deployment context or the core action, with no filler or redundant restatement of the tool name.

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?

The tool has no output schema and no annotations, yet the description leaves out key invocation details such as payload format, version selection, and post-submission behavior. The deployment caveat is useful, but among many similar siblings, the description is too thin for an agent to confidently select and invoke this tool correctly.

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 input schema is an empty object with additionalProperties true, so it provides no parameter documentation. Schema description coverage is reported as 100%, so the baseline is 3, but the description only mentions 'one or more purchase orders' without explaining how those are encoded or what payload fields are expected.

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 states a specific action and resource: 'Submits acknowledgements for one or more purchase orders.' This is clear and includes the main verb and object. However, it does not differentiate among the many sibling acknowledgement tools, such as the 20211228 or VendorDirectFulfillmentOrders variants.

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?

The only usage-related context is 'Runs in your Kuudo deployment, not here,' which is an environment caveat rather than guidance on when to choose this tool. No mention is made of when to prefer this tool over the similar sibling submitAcknowledgement tools or what conditions make this the appropriate choice.

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