Skip to main content
Glama

amzscout_compare_niches

Read-only

Raw head-to-head data for 2–5 Amazon niches / category keywords — per-niche product sets plus computed aggregates (price/sales/revenue distributions, revenue concentration, brand spread). Pure data fetch (no AI analysis) — do the comparison yourself. For ASINs, compareProducts is the equivalent. How to use: weigh demand (total est. revenue/sales) against competition (review levels, brand concentration) and price levels per niche, then give a verdict on which niche is the better opportunity for a new seller and under what conditions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoProducts fetched per niche (default 10).
keywordsYes2–5 niches / category keywords to compare head-to-head, e.g. ["yoga mat", "resistance bands"].
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?

Annotations already mark the tool as read-only. The description adds value by stating it is a 'pure data fetch (no AI analysis)' and 'raw' data, clarifying that the output is unprocessed and requires manual interpretation. This goes beyond the simple readOnlyHint.

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 structured with a clear definition first, then a usage note and how-to instructions. It is slightly verbose but every sentence earns its place by conveying non-obvious details (e.g., no AI analysis, how to weigh metrics). Overall efficient and front-loaded.

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?

For a 3-parameter tool with no output schema, the description provides a solid overview of the returned data (distributions, concentration, brand spread) and the decision-making context. It could benefit from specifying exact output fields or examples, but it is adequately complete for an agent to understand what to expect.

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 covers 100% of parameters with descriptions, so the baseline is 3. The description does not add meaningful parameter-level detail beyond what the schema already provides; it focuses on output characteristics and usage, not parameter semantics.

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 tool's purpose: it fetches raw head-to-head data for 2–5 Amazon niches/category keywords, including per-niche product sets and computed aggregates. It also explicitly distinguishes itself from compareProducts (for ASINs), making the scope 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 clear context for when to use the tool (comparing niches with raw data) and names an alternative for ASINs (compareProducts). However, it does not explicitly mention when to use the tool over other sibling tools like analyze_niche, missing full when/when-not coverage.

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.