Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Transfers_initiatePayout

Trigger an on-demand payout to the seller's default deposit method in Seller Central for the specified marketplace and account type, if eligible.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Initiates an on-demand payout to the seller's default deposit method in Seller Central for the given marketplaceId and accountType, if eligible.

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

A4/5.0
Behavior4/5

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

Since no annotations are provided, the description carries the behavioral disclosure burden. It transparently states that the operation runs in the Kuudo deployment, not the current environment, moves money to a Seller Central deposit method, and only applies if eligible. It omits irreversibility and idempotency details, but the core financial and deployment behavior is clearly conveyed.

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 readable, with three sentences and no wordy filler. The opening 'Catalog entry' adds only marginal value since the next sentence already states it runs in the Kuudo deployment, but overall the structure is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a financial, side-effecting tool with no annotations and no output schema, the description leaves gaps around expected response or status, eligibility rules, synchronous/asynchronous behavior, and failure modes. It covers the core action and deployment context but not enough for fully confident 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 declares zero properties and allows additionalProperties, so the description is the only source indicating that marketplaceId and accountType are meaningful identifiers for this operation. It names both parameters but does not specify their types, formats, or whether they are required.

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 uses a specific verb ('Initiates') and identifies the exact resource: an on-demand payout to the seller's default deposit method in Seller Central, scoped by marketplaceId and accountType, with an eligibility qualifier. This clearly distinguishes it from read-oriented siblings like Transfers_getPaymentMethods.

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?

The intended use is implied: call this when an on-demand payout to a seller's default deposit method is needed and the seller is eligible. However, it does not explicitly state when not to use it, does not name alternatives, and does not explain how to determine eligibility before invoking.

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