Skip to main content
Glama
cprice70

amazonads-mcp

by cprice70

get_keywords

Retrieve keywords for a campaign or ad group with bid amounts and match types. Filter by campaign or ad group ID to get targeted keyword data.

Instructions

Retrieve keywords for a specific campaign or ad group, including bid amounts and match types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adGroupIdNoOptional: Filter keywords by ad group ID
profileIdYesThe Amazon Ads profile ID
campaignIdNoOptional: Filter keywords by campaign ID
Behavior3/5

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

With no annotations, the description must carry the burden. It mentions 'Retrieve' indicating a read operation, but provides no additional transparency about side effects, permissions, rate limits, or error handling. The read-only nature is implicit from the verb.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence with no redundant information. It efficiently communicates the tool's purpose.

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

Completeness4/5

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

Given the simple nature of a get operation and no output schema, the description adequately covers what is returned (bid amounts, match types). It could mention that all keywords are returned when no filters are applied, but the required profileId implies context. Overall, it is fairly complete.

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?

The schema already provides clear descriptions for all parameters. The description adds minimal extra meaning beyond restating that filtering can be by campaign or ad group. It does not clarify parameter usage beyond what is already in the schema.

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 the action (retrieve keywords), the target (specific campaign or ad group), and additional data (bid amounts, match types). It is distinct from sibling tools like get_campaigns or get_report.

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 description implies filtering by campaign or ad group but does not explicitly contrast with other tools or provide guidance on when to use this instead of alternatives. It lacks explicit when-to-use or when-not-to-use 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/cprice70/amazonads-mcp'

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