Skip to main content
Glama

amzscout_get_keywords

Read-only

Amazon keyword / SEO / PPC data for either a single product (ASIN-scope — terms the product ranks for) or a niche/category (keyword-scope — search data around the term). Returns keyword rows with search volume, CPC, and competition where available. Pure data fetch (no AI analysis). How to use: pick high-volume / low-competition terms for SEO and PPC targeting, use CPC as ad-cost pressure, sum search volumes to gauge niche demand, and for ASIN-scope check organic vs sponsored ranks to spot listing-optimization gaps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asinNoASIN-scope: keywords this product ranks for.
keywordNoKeyword-scope: search data around this niche term.
marketplaceNoAmazon marketplace code. Default COM (United States).

TDQS

A4.3/5.0
Behavior4/5

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

The readOnlyHint annotation already declares this is a safe read. The description adds value by clarifying it returns raw data without AI analysis, indicating that competition data is provided 'where available', and explaining how to interpret organic vs sponsored ranks. This goes beyond the annotation without contradicting it.

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 moderately sized but well-structured: it front-loads the core purpose, then details return data, clarifies the non-analytical nature, and offers a compact 'How to use' list. Each sentence contributes useful information without redundancy, though it could be slightly tighter.

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 optional parameters and no output schema, the description sufficiently covers what the tool returns and how to use it. It implies mutual exclusivity of the two scopes, mentions data availability caveats, and provides practical interpretation tips. The main minor gap is no explicit behavior when both asin and keyword are provided, but the 'either... or...' phrasing largely addresses this.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining the two usage modes (ASIN-scope vs keyword-scope) and linking parameter choices to strategic use cases like spotting listing-optimization gaps and gauging niche demand. This enriches the bare parameter definitions.

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 specifies the tool's function: retrieving Amazon keyword/SEO/PPC data for either an ASIN or a keyword. It names the returned fields (search volume, CPC, competition) and distinguishes itself from siblings by stating 'Pure data fetch (no AI analysis)', making the purpose unambiguous.

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 provides concrete guidance on how to use the data (e.g., 'pick high-volume / low-competition terms for SEO and PPC targeting') and clearly states it is a raw data fetch without AI analysis, implying that analysis tools are alternatives. However, it does not explicitly name those sibling tools or give exclusions beyond 'no AI analysis'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation4/5

Most tools have distinct roles: analysis, comparison, search, and knowledge retrieval. The main potential confusion is between amzscout_search_products and amzscout_analyze_niche (both return product rows), but descriptions clarify that analyze_niche adds aggregates. The amzscout-agent meta-tool is explicitly separated from granular tools, reducing ambiguity.

Naming Consistency3/5

The majority follow a snake_case amzscout_<verb>_<object> pattern, but 'amzscout-agent' uses a hyphen and 'amzscout_usage' is a noun rather than a verb_noun. Verbs are also somewhat inconsistent ('find_by', 'search', 'get', 'recommend') while still being readable. The overall pattern is recognizable but not uniform.

Tool Count5/5

12 tools is well within the ideal range for an Amazon research assistant. Each tool serves a distinct aspect such as single product analysis, niche analysis, comparisons, keyword research, brand lookup, and usage tracking, with no unnecessary redundancy or bloat.

Completeness5/5

The surface covers the full research lifecycle: product discovery (search_products), deep-dive analysis (analyze_product, analyze_niche), comparison (compare_*), keyword data, brand lookup, and even a meta-agent for hands-off queries. Any missing niche operations can be worked around using the agent or combining existing tools.