Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Vehicles_getVehicles

Fetch the vehicle collection from the catalog. Use this data to manage vehicle listings or inventory.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Get the latest collection of vehicles

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/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 full burden. It discloses an environment-related behavior ('Runs in your Kuudo deployment, not here') but does not explain side effects, read-only nature, access requirements, or what the returned 'collection' contains. The word 'Get' implies read-only, but that is not enough given no annotations.

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 mostly efficient, but the opening 'Catalog entry' is a fragment that adds confusion rather than value. The core instruction 'Get the latest collection of vehicles' is clear, and the environment caveat is important. The structure is not ideal because the most meaningful action is placed after two weaker statements.

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 zero-parameter tool, the description gives the basic purpose and an environment qualifier. However, it lacks context about authentication, invocation from the current environment, output format, and what qualifies as 'latest.' The meaning of 'Catalog entry' is unexplained, and the deployment caveat could leave an agent unsure whether this tool should be called at all.

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 defines zero parameters, so there is nothing for the description to clarify. The empty schema with additionalProperties allowed adds no meaningful parameter semantics. With no parameters, the description is not required to add parameter details, and the baseline of 4 applies.

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 verb and resource: 'Get the latest collection of vehicles.' This clearly identifies the operation and output scope. There are no sibling vehicle tools to differentiate from, so the lack of sibling comparison is not a major gap. The opening phrase 'Catalog entry' is somewhat ambiguous but does not obscure the core purpose.

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 an environment caveat: 'Runs in your Kuudo deployment, not here.' This hints at where execution happens but does not clearly instruct when to use this tool versus alternatives, nor does it explain whether the tool is callable from the current environment. No alternatives or exclusions are mentioned.

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-selling-partner-mcp'

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