Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentPaymentsV1_submitInvoice

Submit one or more invoices for direct fulfillment orders to Amazon Vendor Central, ensuring accurate and timely payment processing.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Submits one or more invoices for a vendor's direct fulfillment 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

B3.2/5.0
Behavior3/5

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

There are no annotations, so the description carries the disclosure burden. It does usefully reveal that this is a catalog entry, that it runs in a Kuudo deployment rather than here, and that it submits one or more invoices. However, it gives no information about side effects, authorization requirements, error behavior, or success/failure outcomes.

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 very short and mostly front-loaded, with the key execution caveat stated early. The 'Catalog entry' fragment is somewhat redundant or vague, but the overall structure is tight and free of filler.

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 financial write operation with no annotations and no output schema, this description is thin. It identifies the resource and batching capability but omits required payload fields, identifiers, and a clear distinction from other invoice submission tools. An agent selecting it would have to guess about invocation details.

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 properties and schema coverage is 100%, so the description does not need to explain individual parameters. Its mention of 'one or more invoices' is sufficient at this level. The additionalProperties=true field means arbitrary payloads are permitted, but with 0 declared parameters the baseline of 4 is appropriate.

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 core operation is clear: 'submits one or more invoices for a vendor's direct fulfillment orders.' It names a specific verb and resource. However, it does not explicitly differentiate itself from sibling tools like VendorInvoicesV1_submitInvoices, and the 'Catalog entry' preamble adds mild ambiguity.

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 description provides no guidance on when to use this tool versus the many sibling submit tools. The statement 'Runs in your Kuudo deployment, not here' is a location caveat, but it does not say when to choose this tool or what to use instead in the current environment.

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