Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Messaging_getMessagingActionsForOrder

Retrieve the list of message types available for a specified order, so you can determine which buyer-seller messaging actions to use.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns a list of message types that are available for an order 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/5.0
Behavior3/5

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

No annotations are present, so the description carries the full transparency burden. It usefully discloses that execution happens remotely ('not here') and that the operation returns a list rather than mutating, but it leaves 'Catalog entry' unexplained and does not cover auth, prerequisites, or whether the tool is callable from this environment at all.

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?

At three short sentences it is compact, but the front-loaded 'Catalog entry' and 'Runs in your Kuudo deployment, not here' obscure the core purpose, which only appears at the end. 'Catalog entry' is redundant or at least unexplained alongside the deployment note.

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 annotations and no output schema, the description needed to clarify whether and how this tool can be invoked here, how to specify the order, and what the returned 'message types' look like. It leaves all three unclear, so an agent cannot confidently select and invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema declares zero properties and only `additionalProperties: true`, while the description refers to 'an order that you specify.' This is an unnamed, unspecified parameter: no property name, type, or format is given, so an agent cannot know how to pass the order. The zero-parameter baseline is undermined by the description's own claim that an order input exists.

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 sentence 'Returns a list of message types that are available for an order that you specify' states a concrete verb, resource, and scoping condition. It does not explicitly contrast with the many sibling Messaging create/send tools, so differentiation is only implicit.

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?

'Runs in your Kuudo deployment, not here' hints at a deployment constraint, but there is no guidance about when to prefer this tool over sibling Messaging operations or any prerequisites or exclusions. The intended use case of listing available message types before sending one is only implied.

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