Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

AppIntegrations_createNotification

Create a notification for sellers in Seller Central to inform them about important updates or required actions.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Create a notification for sellers in Seller Central.

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.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It does add one meaningful trait—'Runs in your Kuudo deployment, not here'—indicating remote or deferred execution rather than local invocation. However, it says nothing about required permissions, side effects beyond notification creation, idempotency, or expected response behavior, leaving notable gaps.

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 contains no fluff, but it is not well front-loaded: the core action appears only after two cryptic context sentences. 'Catalog entry' and 'Runs in your Kuudo deployment, not here' could be merged or reordered to lead with the primary purpose. Still, every sentence adds some context, so it is reasonably concise.

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?

For a mutation tool with no annotations, no output schema, and an empty parameter schema, this description is underinformative. It does not explain what fields a notification requires, how sellers are specified, whether the operation is synchronous or asynchronous, or what success looks like. The 'Catalog entry' phrase raises more questions than it answers about how the agent should treat this tool.

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 has zero defined parameters and no required properties, so the baseline for parameter semantics is 4. The description does not detail any parameters, but additionalProperties=true means an agent may pass arbitrary fields without guidance. The target mention 'for sellers in Seller Central' hints at recipient context but does not explain any payload structure.

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 uses a specific verb and resource: 'Create a notification for sellers in Seller Central.' This clearly distinguishes it from sibling tools like AppIntegrations_deleteNotifications and AppIntegrations_recordActionFeedback. However, the opening 'Catalog entry' is ambiguous and could confuse an agent about whether this is an executable operation or merely a metadata entry.

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 when-to-use or when-not-to-use guidance is provided, and no sibling alternatives are named. The 'Runs in your Kuudo deployment, not here' note gives a deployment constraint but does not help the agent choose between this and similar AppIntegrations tools. Usage is only implied through the verb 'Create'.

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