Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorDirectFulfillmentTransactionsV1_getTransactionStatus

Check the status of a direct fulfillment transaction by transaction ID to confirm progress and resolve order tracking issues.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns the status of the transaction indicated by the specified transactionId.

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.8/5.0
Behavior2/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 discloses the unusual execution location ('Runs in your Kuudo deployment, not here') but provides no information about side effects, authorization requirements, rate limits, return format, or error behavior. The term 'Catalog entry' is vague and does not clarify whether invocation is possible.

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 and the functional sentence is direct, but the 'Catalog entry' fragment is opaque and does not earn its place. The execution-location information is compressed into an awkward two-clause sentence that could confuse rather than inform.

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?

Given no output schema, no annotations, and many sibling tools, the description leaves critical gaps: no return value specification, no status enumeration, no version differentiation, and no clarification of what 'not here' means for actual invocation. An agent cannot reliably construct a correct call from this description alone.

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 defines zero properties and allows additional properties, so the description's mention of 'transactionId' is the only clue about the expected parameter. It identifies the key parameter but gives no type, format, requiredness, or how to supply it. With 0 params, the baseline is 4, but the lack of any concrete parameter detail lowers the score.

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 clearly states the operation: 'Returns the status of the transaction indicated by the specified transactionId.' The verb and resource are specific. However, it does not distinguish this V1 tool from sibling variants like VendorDirectFulfillmentTransactions20211228_getTransactionStatus, and the opening 'Catalog entry' adds ambiguity about whether this is a callable operation.

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 explicit guidance is provided about when to use this tool versus the numerous sibling tools, such as getTransactionStatus variants or getTransaction. The phrase 'Runs in your Kuudo deployment, not here' hints that the tool may not be locally invocable, but it does not say when to choose it or what alternatives exist.

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