Skip to main content
Glama

amzscout_find_by_brand

Read-only

List products under a specific Amazon brand. Pre-validates the brand name via cached AI check, then filters keyword-search results to rows whose brand field actually matches. On no-match, returns the brands that did appear in the keyword pool so callers can suggest alternatives. How to use: assess the brand's Amazon footprint — lineup breadth, price range, which products carry the revenue, and how strong its review moat is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNorevenue
brandYesAmazon brand name to search by
countNoHow many products to return (1–100)
filtersNoFilter products by price / sales / revenue / reviews / rating
marketplaceNoAmazon marketplace code. Default COM (United States).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, covering the safety profile. The description goes beyond annotations by disclosing real behavioral traits: cached AI pre-validation, the internal mechanism (keyword search then brand-field filtering), the no-match fallback that returns alternative brands, and that results are restricted to rows whose brand field actually matches. This enriches what the agent can predict about behavior beyond the read-only hint.

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 compact — three sentences plus a brief 'How to use' framing. It front-loads the primary action, then explains the mechanism and fallback, and closes with the intended analytical application. No wasted words, though the 'How to use' sentence is somewhat abstract and could arguably be trimmed without loss.

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 read-only listing tool with a rich schema (80% param coverage, nested filters object, enums for sort and marketplace), the description covers the distinctive behaviors (AI pre-validation, brand matching, no-match alternative suggestion). No output schema exists, so the description could have mentioned return structure, but the emphasis on which rows are included is sufficient for a filtered-list tool. Solid coverage overall.

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 80%, so the schema does most of the parameter documentation work (brand, count, sort, marketplace, filters are all described inline). The description adds the semantics of the 'brand' parameter (that it is pre-validated and matched against the brand field) but does not add further detail on sort/count/marketplace/filters beyond what the schema already provides. At 80% coverage the baseline 3 is appropriate.

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 states a specific verb+resource ('List products under a specific Amazon brand') plus a distinctive mechanism (pre-validates via cached AI, filters keyword results by brand match, returns alternatives on no-match). It clearly distinguishes this from sibling tools like amzscout_search_products (keyword search) and amzscout_analyze_product (deep dive on a single product). The 'How to use' line gives the analytical framing that differentiates it from pure listing tools.

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 explains when to use it ('assess the brand's Amazon footprint') and how the tool behaves on no-match (returns alternative brands), which guides a caller to suggest alternatives. It does not explicitly name competing sibling tools for exclusion, but the brand-scoped mechanism plus the no-match fallback is clear enough context. Slightly short of truly explicit when-not-to-use guidance.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: analyze (single niche/product/set), compare (niches/products), search (products/keywords/brand/knowledge), and auxiliary (demo, usage, recommend). The high-level amzscout-agent is explicitly positioned as an alternative to granular tools, reducing ambiguity even with its broader scope.

Naming Consistency4/5

Most tools follow a consistent amzscout_verb_noun pattern (e.g., amzscout_analyze_niche, amzscout_compare_products, amzscout_get_keywords). The only deviation is amzscout-agent, which uses a hyphen instead of an underscore, breaking the uniform naming style.

Tool Count5/5

13 tools is well within the ideal 3-15 range and each earns its place by covering analysis, comparison, search, keywords, brand lookup, knowledge retrieval, usage, and a demo entry point. The count feels justified for the scope of an Amazon research assistant.

Completeness5/5

The tool surface covers the full lifecycle of Amazon research: single and multi-product analysis, niche analysis and comparison, keyword/SEO data, brand footprint, product search, knowledge grounding, token usage, and a recommendation helper. No obvious gaps for the domain, as even history-based trends are included via analysis tools.

Resources