Skip to main content
Glama
KuudoAI

Amazon Ads API MCP

by KuudoAI

ac_listProfiles

Retrieve advertising profiles from Amazon Ads API to manage campaign permissions, filter by program access, profile types, and payment methods for targeted advertising operations.

Instructions

Note that this operation does not return a response unless the current account has created at least one campaign using the advertising console.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiProgramNoFilters response to include profiles that have permissions for the specified Advertising API program only.campaign
accessLevelNoFilters response to include profiles that have specified permissions for the specified Advertising API program only. Currently, the only supported access level is `view` and `edit`.view
profileTypeFilterNoFilters response to include profiles that are of the specified types in the comma-delimited list. Default is all types. Note that this filter performs an inclusive AND operation on the types.
validPaymentMethodFilterNoFilter response to include profiles that have valid payment methods. Default is to include all profiles.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 reveals one important behavioral trait - that the tool may return no response unless certain conditions are met - which is valuable. However, it fails to describe other critical behaviors: whether this is a read or write operation, what authentication is required, what the response format looks like, or any rate limits or side effects. For a tool with 4 parameters and no annotations, this is insufficient.

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 extremely concise - a single sentence that communicates one important constraint. There's no wasted language or redundancy. However, the structure is problematic because it leads with a 'Note that' warning rather than stating the tool's purpose upfront, making it less effective for quick comprehension.

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 tool's complexity (4 filtering parameters, sibling tools for related operations), the description is severely incomplete. While an output schema exists (which reduces the need to describe return values), the description fails to explain the tool's core purpose, when to use it, or how it relates to other profile/account tools. For a tool in what appears to be an advertising API context with multiple related tools, this minimal description leaves too many gaps.

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%, with all 4 parameters well-documented in the schema itself. The description adds no parameter information whatsoever - it doesn't mention any of the filtering parameters or explain how they work together. Given the high schema coverage, the baseline of 3 is appropriate, but the description provides zero additional parameter context.

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

Purpose2/5

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

The description doesn't state what the tool actually does - it only provides a conditional note about when a response is returned. The name 'ac_listProfiles' suggests listing profiles, but the description fails to confirm this purpose or explain what 'profiles' are in this context. It's essentially tautological with the name without providing meaningful clarification.

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 provides one specific condition for when the tool returns a response (requires at least one campaign), but offers no guidance on when to use this tool versus sibling tools like 'ac_getProfileById', 'ac_ListAdsAccounts', or 'ac_updateProfiles'. There's no context about what problem this tool solves or when it's the appropriate choice among alternatives.

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