Skip to main content
Glama

smartscout_product_keywords

Fetch Amazon keywords a product ranks for by ASIN, choosing organic, paid, or both rankings and setting result or position limits.

Instructions

Get keywords that a product ranks for

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asinYesProduct ASIN
typeNoRanking typeorganic
limitNoNumber of results
maxPositionNoMaximum position to include

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses nothing about pagination, rate limits, result ordering, whether the 'limit'/'maxPosition' defaults meaningfully constrain output, or what the return set looks like—significant gaps for a data-retrieval tool.

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?

A single well-formed sentence with no wasted words and the core purpose front-loaded. It is efficient, though its brevity borders on underspecification rather than true conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a four-parameter read tool with full schema coverage and no output schema, the description covers the essential 'what' but omits result semantics, ordering, and any note that the defaults cap the returned keyword set. Adequate as a minimum viable definition, but incomplete.

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 100%, so each of the four parameters is already documented in the schema and the baseline is 3. The description adds no extra meaning about the enum values (organic/paid/both), the ASIN format, or how limit and maxPosition interact.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a clear verb (Get) and resource (keywords that a product ranks for), which an agent can distinguish from the inverse sibling smartscout_keyword_products. However, it does not explicitly name or differentiate against that sibling, so it stops short of a 5.

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

Usage Guidelines2/5

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

There is no when-to-use guidance, no exclusions, and no mention of the closely related keyword_products or keyword_search siblings. An agent must infer the directionality (product → keywords) purely from the description phrase 'that a product ranks for'.

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