Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Notifications_deleteSubscriptionById

Delete a notification subscription by specifying its identifier and notification type to stop receiving unwanted updates.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Deletes the subscription indicated by the subscription identifier and notification type 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
Behavior2/5

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

With no annotations provided, the description bears the full burden of disclosing behavior. It does note that execution happens in the Kuudo deployment, which is useful, but it omits side effects, reversibility, required permissions, and response behavior for a destructive 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 the key behavior is stated directly. The standalone sentence 'Catalog entry.' is low-value filler and could be removed, but the rest of the description is economical and reasonably structured.

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 the empty schema, missing output schema, and lack of annotations, the description should provide more operational detail. It names the required entity type but not concrete parameter names, invocation format, or what happens on success or failure, leaving significant room for ambiguity.

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?

Although the input schema is empty with additionalProperties allowed, the description compensates by indicating that a subscription identifier and notification type are needed. It does not specify exact parameter names, but the tool name and wording make the intended parameters reasonably clear for a zero-property 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 ('Deletes the subscription') and identifies the resource and selection criteria (subscription identifier and notification type), which clearly conveys the tool's function. The introductory phrases 'Catalog entry' and 'Runs in your Kuudo deployment' add context but do not directly differentiate it from siblings like Notifications_deleteDestination.

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?

There is no guidance about when to prefer this tool over alternatives or when not to use it. The description simply states the deletion behavior, leaving the selection decision to inference from the tool name and sibling context.

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