Skip to main content
Glama

amzscout-agent

Read-only

AMZScout all-in-one Amazon research assistant. Ask anything in natural language ("Is B07GQF9D1Z worth selling?", "Analyze the yoga mat niche", "Find products for brand Anker") and it returns a finished analysis — it pulls live Amazon data and runs the right analyses internally, so no sub-tool selection is needed. Best for a hands-off answer; the granular amzscout_* tools are the alternative when step-by-step orchestration is preferred. Returns a complete, user-ready report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
historyNoOptional prior turns for multi-turn context, oldest first.
messageYesThe question or request in natural language.

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

The readOnlyHint=true annotation already declares this is a read-only operation, and the description adds useful behavior: it 'pulls live Amazon data,' 'runs the right analyses internally,' and 'returns a complete, user-ready report.' This adds behavioral context about internal orchestration and output format beyond the annotation, though it doesn't disclose rate limits or how history interacts with the internal analysis.

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 a focused single paragraph with example queries embedded for usability. It front-loads the purpose and includes the alternative-tool guidance efficiently. Slightly longer than strictly necessary due to the example queries and multiple clauses, but all content earns its place.

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 natural-language agent tool with only 2 params and no output schema, the description adequately covers purpose, alternative tools, and return behavior. The examples illustrate both product-level and niche-level use cases. It's complete enough for an agent to know when and how to invoke it, though the exact report format could be more specific.

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 coverage is 100%, so the schema already documents both parameters. The description reinforces the message parameter as a natural-language question with concrete examples, and implies history is for multi-turn context, but doesn't add meaning beyond what the schema descriptions already provide. 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 clearly states this is an all-in-one Amazon research assistant that accepts natural language queries and returns a finished analysis. It explicitly distinguishes itself from the granular amzscout_* sibling tools by noting no sub-tool selection is needed, which sets it apart from all 11 siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Best for a hands-off answer') and names the alternative ('the granular amzscout_* tools are the alternative when step-by-step orchestration is preferred'). It also provides concrete example queries showing the intended usage pattern.

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