Skip to main content
Glama
KuudoAI

Amazon Ads API MCP

by KuudoAI

ac_RegisterAdsAccount

Create a new Amazon advertising account for vendors, sellers, authors, or businesses not selling on Amazon to manage campaigns and target customers.

Instructions

Create a new advertising account tied to a specific Amazon vendor, seller or author, or to a business who does not sell on Amazon.

Requires one of these permissions: []

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNameNoAccount names are typically the name of the company or brand being advertised. We recommend that you avoid using personal details such as first name, last name, phone number, social security number, credit card or other personally identifiable information.
associationsNoAssociations you would like to link to this advertising account, could be Amazon Vendor, Seller, or just a regular business
countryCodesNoThe countries that you want this account to operate in.
termsTokenNoWe recommend you do not provide this field since we can determine if the customer has accepted the terms for you. An obfuscated identifier of the termsToken, which is activated when an advertisers accepts the Amazon Ads Agreement in relation to the ads account being register.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
adsAccountNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions permission requirements but fails to specify them, leaving critical access control information missing. It doesn't describe what happens on success/failure, whether the account creation is reversible, or any rate limits/quotas.

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 brief but front-loaded with the core purpose. However, the incomplete permission section ("[]") wastes space without adding value. The structure could be improved by either removing the empty permission list or filling it with actual requirements.

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 creation tool with no annotations but 100% schema coverage and an output schema, the description is minimally adequate. It states the purpose but lacks important behavioral context like permission details, error conditions, and success criteria. The output schema existence reduces but doesn't eliminate the need for some behavioral description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 4 parameters thoroughly. The description adds no additional parameter semantics beyond what's in the schema. It doesn't explain relationships between parameters or provide usage examples.

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 clearly states the tool creates a new advertising account and specifies the types of entities it can be tied to (Amazon vendor, seller, author, or non-Amazon business). It distinguishes itself from siblings like ac_ListAdsAccounts (list vs create) and ac_GetAccount (retrieve vs create). However, it doesn't explicitly differentiate from all siblings with similar verbs like ac_CreateTermsToken.

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 mentions the tool requires specific permissions but leaves the permission list empty ("[]"), providing no actionable guidance. It doesn't explain when to use this tool versus alternatives like ac_CreateTermsToken or what prerequisites exist beyond the incomplete permission hint.

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_ads_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server