Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

AppIntegrations_recordActionFeedback

Record seller responses to notifications to track action feedback. Helps manage notification follow-ups in Amazon Selling Central.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Records the seller's response to a notification.

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?

With no annotations provided, the description carries the full burden of disclosing behavior. It does reveal that the operation runs in the Kuudo deployment rather than here and that it records a response, but it does not explain side effects, idempotency, required authorization, or what happens after recording. The 'Catalog entry' phrasing also undercuts whether invoking this tool actually executes an operation.

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 to the point. The main action is stated directly in the final sentence. The 'Catalog entry' phrase is somewhat redundant and adds noise, but overall the description is not bloated.

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?

This tool has no annotations, no output schema, and no defined input parameters, so the description must do more to help an agent invoke it correctly. It explains what the tool does conceptually but not what a valid call looks like, what data to pass, or what response to expect. The remote-execution note is useful, but it is not enough to make the tool safely invocable.

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 input schema declares zero formal properties, so the baseline is 4 even without parameter details in the description. However, the schema allows arbitrary additionalProperties, and the description gives no hint about what payload fields an agent should include when recording a seller's response. This still does not contradict the schema.

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 action and resource: 'Records the seller's response to a notification.' This distinguishes it from sibling tools like AppIntegrations_createNotification and AppIntegrations_deleteNotifications, which manage notifications rather than record feedback. The 'Catalog entry' opener is odd, but the core purpose is still clear.

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 gives no explicit guidance on when to use this tool versus alternatives. It does not mention that it should be used after a notification has been sent, nor does it compare against AppIntegrations_createNotification or similar tools. The only contextual clue is that it runs in the user's Kuudo deployment, which is a location note rather than usage guidance.

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