Skip to main content
Glama

amzscout_analyze_niche

Read-only

Market snapshot for an Amazon niche/keyword — top products by revenue plus computed aggregates (price/sales/revenue/review distributions, revenue concentration, brand spread). Pure data fetch (no AI analysis) — reason over the returned data yourself. How to use: judge niche attractiveness — demand concentration (revenueTop5SharePercent: high = winner-takes-all, low = fragmented/open), price bands and where the money sits, review counts as entry moats, brand dominance vs no-name spread, and standout products (high sales + weak rating/reviews = displacement opportunity).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoHow many top products to pull from Amazon (5–100).
filtersNoFilter products by price / sales / revenue / reviews / rating
keywordYesNiche, category, or product search keyword
marketplaceNoAmazon marketplace code. Default COM (United States).

TDQS

A4.1/5.0
Behavior4/5

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

With readOnlyHint=true already marking it as safe, the description adds behavioral context: 'Pure data fetch (no AI analysis)' clarifies that no interpretation is performed, and it enumerates computed aggregates such as revenue concentration and brand spread. There is no contradiction with annotations, though a return-format disclaimer is absent.

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 front-loads the purpose in the first sentence, then adds a behavioral caveat and a structured how-to. The how-to is detailed but relevant to decision-making, with no filler content; it is somewhat long (~70 words) but well-organized.

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?

Since there is no output schema, the description compensates by listing output categories (price/sales/revenue/review distributions, revenue concentration, brand spread) and an example field (revenueTop5SharePercent). It doesn't fully specify return structure or pagination, but it provides enough context for a data-fetch snapshot tool.

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 input schema already provides 100% coverage with descriptions for all four parameters (keyword, count, filters, marketplace). The description adds no parameter-level details beyond the schema, only implying the output depends on keyword and count.

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 opens with 'Market snapshot for an Amazon niche/keyword — top products by revenue plus computed aggregates', clearly identifying the resource (niche/keyword) and what it delivers. The 'Pure data fetch (no AI analysis)' line and mention of aggregates distinguish it from siblings like amzscout_analyze_product or amzscout-agent.

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 'How to use' section provides clear context on when to use the tool: to judge niche attractiveness based on demand concentration, price bands, review moats, and brand spread. It also implies when not to use it ('Pure data fetch, no AI analysis'), but it doesn't explicitly name alternative tools or exclusions.

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.