SentientData Market Scan
Server Details
Live eBay market intelligence: underpriced listing scans, price distributions, flip margins.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsflip_marginAInspect
Estimate resale margin for buying an item at a given price and reselling at the current eBay market median. Accounts for marketplace fees and optional shipping cost. Returns estimated profit and ROI. Estimates only, not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product to evaluate | |
| fee_pct | No | Marketplace fee percent, default 13.25 | |
| buy_price | Yes | Your acquisition price in USD | |
| shipping_cost | No | Estimated outbound shipping USD, default 0 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full transparency burden. It discloses that the output is an estimate, not financial advice, and that the calculation accounts for marketplace fees and optional shipping costs. It does not describe edge cases like missing market data, but the provided disclaimers add meaningful behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three concise sentences: it states the core purpose, lists what the tool accounts for, summarizes the return values, and adds a disclaimer. No filler or redundant restatement of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a non-destructive estimation tool with fully described parameters and no output schema, the description gives enough context to call it correctly: required inputs are implied, optional inputs are mentioned, and the return content is summarized as profit and ROI. It lacks detail on output format or edge cases, but that is not critical for basic invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all four parameters. The description adds a little semantic context by tying buy_price to the acquisition cost and fee_pct/shipping_cost to marketplace fees and shipping, but it does not need to carry the parameter documentation burden.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb and resource: estimate resale margin using buy price and the current eBay market median. It names what the tool computes (profit and ROI) and distinguishes it from a generic price check. However, it does not explicitly differentiate from sibling tools like price_check or scan_deals.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage context is implied: the tool is for evaluating a flip opportunity at a given purchase price. It does not explicitly state when to use this tool over siblings, nor does it mention exclusions or prerequisites. The guidance is present but not made explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hot_listAInspect
The current pre-scored steal list across tracked lanes (watches, sneakers, bags, jewelry, beauty, cards, coins, guitars, lego, golf, autoparts, tools): live auctions at least 45% under market plus mispriced Buy It Now listings, refreshed every 20 minutes. Fast cached read.
| Name | Required | Description | Default |
|---|---|---|---|
| lane | No | Optional lane slug to filter |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It explicitly states this is a cached read refreshed every 20 minutes, and explains the scoring criteria, so an agent can reasonably infer that this is a non-mutating operation that may serve slightly stale data. It does not discuss rate limits or auth, but for a simple read tool this is strong disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core resource, then adds selection criteria, refresh frequency, and read behavior. The lane list is long but informative, and every clause contributes useful details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only list with one optional filter, the description explains what is returned, how it is pre-scored, how fresh it is, and that it is cached. It does not cover output ordering or empty-result behavior, but these are minor gaps for this tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: the only parameter, 'lane', is documented in the schema as 'Optional lane slug to filter'. The tool description adds no extra parameter-level meaning, but none is needed, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies a specific resource: the current pre-scored steal list across tracked lanes. It further defines what qualifies (auctions ≥45% under market and mispriced Buy It Now listings), making the tool's function unambiguous. It does not explicitly differentiate from siblings like scan_deals, but the resource and criteria are specific enough.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance is given about when to use hot_list instead of sibling tools such as scan_deals, price_check, or flip_margin. 'Fast cached read' and 'current' imply it is for quick snapshots, but there are no clear when-to/when-not-to conditions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
price_checkAInspect
Live market price distribution for a product from current eBay Buy It Now listings: median, p25, p75, min, max, and sample size. Use to answer 'what is this worth right now'.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product to price | |
| min_price | No | Floor to exclude junk/parts listings, default 25 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It states that the data is live, sourced from current eBay Buy It Now listings, and includes sample size, which is useful context. It does not mention rate limits, failure modes, or whether network calls are made, but for a simple read-only price lookup the disclosed behavior is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no fluff. The first sentence front-loads the core output and data source, and the second gives the practical usage context. Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter tool, the description explains the return value composition despite lacking an output schema, and the schema covers parameters fully. It omits edge-case behavior like empty results or errors, but those are minor for this use case.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters. The description adds little beyond naming the product and implying a price floor; it does not enrich the parameter semantics beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies a specific verb-resource pair: it computes a live market price distribution from current eBay Buy It Now listings. It lists concrete outputs (median, p25, p75, min, max, sample size) and a usage phrase, but it does not explicitly differentiate itself from sibling tools like flip_margin or scan_deals.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit use case: 'Use to answer what is this worth right now.' This provides clear context for when to invoke the tool, though it does not state when not to use it or name alternatives among the siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
scan_dealsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, default 10, max 25 | |
| query | Yes | Product to scan, e.g. '4L60E transmission' or 'PSA 10 Charizard' | |
| min_price | No | Ignore listings under this USD price, default 25 | |
| buying_option | No | Default AUCTION | |
| min_discount_pct | No | Minimum percent under market median, default 30 | |
| ending_within_hours | No | AUCTION mode only, default 24 |
TDQS
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.
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.
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.
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.
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.
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
flip_margin - First observed
hot_list - First observed
price_check - First observed
scan_deals
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Live restock index per collectible niche + will-it-restock predictor (WAIT vs BUY-RESALE).
eBay, Poshmark US and Mercari US listings, sold-price summaries, comparisons and research exports.
Product intel: Amazon, AliExpress, Shopify, TikTok Shop, ads and search interest.
Find free stuff near any US ZIP, priced for resale. Live listings, resale estimates, alerts.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAI-powered selling intelligence for multiple online marketplaces, enabling item analysis, optimized listings, pricing checks, negotiation coaching, and batch operations via any MCP-compatible AI assistant.-
- AlicenseNot gradedqualityCmaintenanceEnables Claude to search eBay listings, analyze price distributions, find deals, and generate market research overviews via the Model Context Protocol.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search eBay listings, track item prices over time, and identify deals below market value using eBay's APIs. It provides tools for category browsing and retrieving detailed information for specific listings.1MIT
- AlicenseAqualityCmaintenanceSearch eBay and get real price data, straight from an AI agent.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct role: hot_list provides a cached, curated list of pre-scored deals, scan_deals runs a live product-specific scan, price_check returns market price distribution, and flip_margin estimates profit and ROI. There is no meaningful overlap that would cause an agent to pick the wrong tool.
Names are readable and share a lowercase_snake_case style, but the grammatical pattern is mixed. scan_deals and flip_margin follow a verb_noun pattern, while price_check and hot_list are noun/adjective phrases, so the naming convention is not fully consistent.
Four tools is an appropriate, focused size for a market scan server. Each tool earns its place and covers a distinct part of the workflow without unnecessary bloat or missing essentials.
The set covers the main market-scan lifecycle: discover curated deals via hot_list, scan specific products via scan_deals, verify market value via price_check, and evaluate profitability via flip_margin. There are no obvious dead ends for the server's stated purpose.