Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

ApplicationManagement_rotateApplicationClientSecret

Rotates application client secrets for a developer application to keep credentials secure and maintain authorized access.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Rotates application client secrets for a developer application.

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

A3.6/5.0
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavior. It reveals that the action is a rotation and runs remotely, but it does not explain side effects such as invalidation of the previous secret, required permissions, reversibility, or whether output is returned. For a sensitive mutation operation, this is a significant transparency gap.

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, but the opening 'Catalog entry' is filler that does not help an agent select or invoke the tool. The remaining two clauses are useful, and the description is not bloated, but it is not optimally 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?

For a mutation tool with no annotations and no output schema, the description is underspecified: it does not identify which developer application is affected, what inputs are expected, what the result looks like, or what authorization is required. The remote-execution note is helpful but does not make the description complete enough for reliable invocation.

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, so there is little parameter detail for the description to add. The description does not explain how the target developer application is identified, but the zero-parameter baseline of 4 applies because the schema does not require any parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action and resource: 'Rotates application client secrets for a developer application.' The 'Runs in your Kuudo deployment, not here' clause adds execution-context clarity, and the operation is distinct enough from the unrelated sibling tools without needing further differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context by stating that execution happens in the user's Kuudo deployment rather than locally. It does not mention exclusions or alternatives, but no closely related alternatives appear in the sibling list, so this is a reasonable level of 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