Skip to main content
Glama

smartscout_product_details

Retrieve detailed Amazon product information by ASIN from SmartScout's marketplace intelligence data.

Instructions

Get detailed information about a specific product by ASIN

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asinYesASIN of the product

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/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 burden. It implies a read but never states that explicitly, and says nothing about what 'detailed information' contains, whether the ASIN must exist, or whether calls are rate-limited. For a lookup tool with zero structured behavioral hints, this is thin.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no filler. It is appropriately sized for a one-parameter lookup.

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 simple single-param read with no output schema, the description is minimally viable. It does not hint at what fields are returned, which matters more here because there is no output schema to fall back on, and it leaves sibling disambiguation entirely unaddressed.

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?

Only one parameter and schema description coverage is 100%, so the schema already fully documents the ASIN. The description adds nothing beyond restating 'by ASIN'. Baseline 3 applies when the schema does the heavy lifting.

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 specific verb (Get) and resource (detailed product information) keyed by ASIN, so the agent knows exactly what the tool returns conceptually. It does not differentiate itself from close siblings like smartscout_product_search, smartscout_product_history, or smartscout_product_keywords, which an agent must disambiguate by name alone.

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?

No when-to-use guidance, no prerequisites, and no mention of alternatives. With five product-related siblings in the list, the description gives the agent nothing to decide between this tool and product_search or product_history.

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