Skip to main content
Glama

smartscout_seller_details

Retrieve detailed Amazon seller information by ID to analyze marketplace intelligence. Access seller specifics from SmartScout's Domo data.

Instructions

Get detailed information about a specific seller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sellerIdYesSeller ID

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?

With no annotations, the description carries the full behavioral burden and discloses almost nothing: no read-only reassurance, no auth requirements, no rate limits, and no indication of what 'detailed information' contains. Only the word 'Get' weakly implies a non-mutating lookup.

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 short sentence with no filler and the resource stated immediately. It is efficient, though it is arguably too terse for a tool whose payload is undefined.

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

Completeness2/5

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

There is no output schema, so the description should convey what 'detailed information' actually returns (fields, nested data, size). Combined with no annotations and no usage context, an agent cannot predict the response shape or when this beats sibling seller tools.

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% for the single sellerId parameter, so the schema already documents the input; the description adds no format, source, or example for the ID. Baseline 3 is appropriate when the schema does the work.

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 detailed information') and a specific resource ('a specific seller'), so the agent knows it retrieves a single seller's profile. It does not differentiate from siblings such as smartscout_seller_search or smartscout_seller_products, leaving the agent to infer the boundary from names 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?

There is no when-to-use guidance, no prerequisite (e.g., needing a sellerId obtained from seller_search), and no mention of alternatives. The agent must guess whether this or seller_search/seller_products is the right call.

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