Skip to main content
Glama
KuudoAI

Amazon Vendor Central MCP

by KuudoAI

VendorOrdersV1_getPurchaseOrder

Retrieve a specific Amazon Vendor Central purchase order by providing its purchase order number. Use this to view order details directly from your procurement workflow.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns a purchase order based on the purchaseOrderNumber value that you specify.

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

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

There are no annotations, so the description carries the burden of explaining behavior. It indicates a read-style operation by saying 'Returns a purchase order,' but it does not disclose side effects, permissions, rate limits, output format, or error behavior. 'Catalog entry' and 'not here' do not meaningfully address these gaps.

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 short and mostly front-loaded, with the key behavior stated clearly. The opening 'Catalog entry' is filler, and 'not here' is vague, so not every sentence earns its place, but overall it is appropriately concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple lookup tool, the description gives the essential selection key and a deployment note. However, with no output schema and no information about response shape, errors, or how to pass purchaseOrderNumber, the agent is left with meaningful gaps.

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 declares no properties, so the description adds crucial meaning by naming purchaseOrderNumber as the value to specify. This compensates for the empty schema, though it is inconsistent with the formal zero-parameter signal and does not provide the parameter type or format.

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 the core behavior: it returns a purchase order based on a purchaseOrderNumber. The singular wording distinguishes it from the plural sibling getPurchaseOrders, but it does not explicitly name that alternative. The phrase 'Catalog entry' is vague and adds little.

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 should be used when a specific purchaseOrderNumber is available and mentions a deployment constraint: it runs in the Kuudo deployment, not here. However, it does not explicitly say when not to use it or compare it with related tools like VendorOrdersV1_getPurchaseOrders.

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