Skip to main content
Glama

SentientData Market Scan

scan_deals

Scan live eBay listings for a product and return the ones priced furthest under the current market median. AUCTION mode (default) finds ending-soon auctions sitting under market; FIXED_PRICE mode finds mispriced Buy It Now listings that can be bought instantly. Includes market median, percent under market, and a buy link per result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results, default 10, max 25
queryYesProduct to scan, e.g. '4L60E transmission' or 'PSA 10 Charizard'
min_priceNoIgnore listings under this USD price, default 25
buying_optionNoDefault AUCTION
min_discount_pctNoMinimum percent under market median, default 30
ending_within_hoursNoAUCTION mode only, default 24

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the scanning behavior, default mode, output contents, and the difference between auction and fixed-price results. It does not mention rate limits, failure modes, or whether the tool only returns links versus executing purchases, but the core behavior is reasonably transparent.

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?

The description is three concise sentences with no filler. The purpose is front-loaded in the first sentence, followed by mode behavior and output contents. Every sentence adds value.

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?

The tool has 6 parameters and no output schema, but the description covers the return contents (market median, percent under market, buy link) and explains the two operational modes. It is complete enough for an agent to understand what results to expect, though it could specify sorting behavior or edge cases like empty results.

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 the baseline is 3. The description adds meaningful context for buying_option by explaining what AUCTION and FIXED_PRICE modes do, but it does not add significant semantics beyond the schema for the other parameters.

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?

The description states a specific verb ('Scan'), resource ('live eBay listings'), and outcome ('return the ones priced furthest under the current market median'). It clearly identifies the tool's core function and distinguishes its auction vs fixed-price modes, though it does not explicitly differentiate from sibling tools like price_check or flip_margin.

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

Usage Guidelines3/5

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

The description gives clear guidance on when to use AUCTION vs FIXED_PRICE mode, which is useful context. However, it never mentions alternatives or explicitly states when NOT to use this tool over siblings like hot_list or price_check, leaving that differentiation to inference.

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.

Resources