BuyerAware
Server Details
Mechanic-grade used-car listing verdicts: risk score, failure points, repair costs, fair price.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsanalyze_listingAnalyze used-car listingAInspect
Start a BuyerAware pre-purchase verdict on ONE used vehicle. Runs a mechanic-grade read: ranked failure points with $ exposure, recalls, seller-claim fact-check, fair price range, adjusted true cost, risk score 1-10, BUY / BUY_WITH_CONDITIONS / WALK_AWAY, a word-for-word negotiation script, and lower-risk 'Tank' alternatives. Supply whichever of listing_url, listing_text or vin you have — at least one is required, and more context sharpens the verdict. Takes ~1-2 minutes: returns a job_id, then poll get_verdict. Costs 1 credit. For 'what should I buy instead' use tank_alternatives, which is free.
| Name | Required | Description | Default |
|---|---|---|---|
| vin | No | 17-character VIN, if the listing shows one | |
| location | No | buyer city/state, for pricing and inspection context | |
| listing_url | No | link to the listing — Marketplace, Craigslist, AutoTrader, a dealer page | |
| listing_text | No | the listing copy pasted as-is, when there is no shareable URL | |
| buyer_context | No | what the buyer needs it for, budget, and any specific concerns |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already signal non-read-only, non-idempotent, non-destructive, open-world behavior, and the description adds important context beyond those: it takes 1–2 minutes, returns a job_id to be polled, and costs 1 credit. This gives the agent a clear model of the side effects and latency without contradicting the annotations.
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 dense but every sentence earns its place: verdict purpose, output summary, input guidance, async behavior, cost, and sibling routing. It is front-loaded with the primary purpose and ends with the alternative-tool pointer, making it easy to scan.
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?
With no output schema, the description compensates by naming the return flow (job_id, then poll get_verdict), the main verdict fields, the credit cost, and the free alternative. An agent has enough to invoke the tool correctly and understand what will happen next.
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 coverage is 100%, so a baseline of 3 is warranted, but the description adds crucial semantics: it groups listing_url, listing_text, and vin as alternative sources, states that at least one is required, and explains that providing more context sharpens the verdict. This materially helps an agent choose and combine parameters beyond what the schema states.
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?
Begins with a specific action and resource: 'Start a BuyerAware pre-purchase verdict on ONE used vehicle.' It enumerates concrete outputs (risk score, verdict, negotiation script, alternatives) and explicitly distinguishes itself from tank_alternatives and get_verdict, so an agent can separate it from sibling tools without inspecting their schemas.
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?
Provides explicit usage conditions: use it for a single used-vehicle pre-purchase verdict; supply at least one of listing_url, listing_text, or vin; more context improves accuracy. It also names the alternative tool for a different intent ('what should I buy instead' → tank_alternatives) and the follow-up step (poll get_verdict).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
create_trial_keyCreate trial API keyAInspect
Create a BuyerAware API key so this user can run verdicts (3 free). Call this once when no key is configured, then show the user the key and tell them to save it. Do not call it again for someone who already has a key — one trial per email address.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | optional display name for the key record | |
| Yes | the user's email address; the key is issued against it, one trial key per address |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations are all false, so the description carries the full burden of disclosing side effects. It reveals that this operation issues a key, provides 3 free verdicts, and enforces a one-trial-per-email policy, which is meaningful behavioral context beyond the schema and annotations.
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 sentences with no filler. It fronts the core purpose, then gives actionable next steps, and ends with the key exclusion rule. Every sentence 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 tool with no output schema, the description still tells the agent what to do with the result ('show the user the key and tell them to save it'). It also covers the prerequisite, the quota, and the uniqueness constraint, so nothing essential is missing.
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 and their meanings. The description adds workflow context but no additional parameter-level detail, matching the baseline for fully documented schemas.
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 ('Create'), a specific resource ('BuyerAware API key'), and the purpose ('so this user can run verdicts'). It clearly distinguishes this from the sibling tools, which are about analysis and lookup rather than key creation.
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?
It gives explicit instructions on when to call ('once when no key is configured') and when not to call ('Do not call it again for someone who already has a key'). It also explains the one-trial-per-email constraint, leaving no ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_verdictGet verdict resultARead-onlyIdempotentInspect
Fetch the result of an analyze_listing job. If status is 'queued' or 'running', wait ~15 seconds and call again. Free — polling never costs a credit.
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | the job_id returned by analyze_listing |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive. The description adds valuable behavioral facts beyond annotations: the asynchronous job statuses (queued/running) and the free polling guarantee. No contradiction with annotations.
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 compact sentences: the first states the purpose, the second gives the polling condition and a cost differentiator. Every phrase earns its place with no fluff.
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 1-parameter polling tool with no output schema, the description explains the polling loop, expected statuses, and cost implications. Nothing an agent needs to call it correctly is missing.
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 coverage is 100%, and job_id is already described as 'the job_id returned by analyze_listing'. The description repeats the origin of job_id without adding new format or type information, so it stays at the baseline.
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 the specific action 'Fetch the result of an analyze_listing job' with a clear verb and resource. It distinguishes itself from sibling analyze_listing by naming it as the job producer, leaving no ambiguity about what this tool returns.
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?
Provides explicit polling behavior: if status is 'queued' or 'running', wait ~15 seconds and call again. It doesn't explicitly contrast with alternatives, but the direct reference to analyze_listing makes the intended use case clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tank_alternativesFind lower-risk alternativesARead-onlyIdempotentInspect
FREE, no API key needed, answers instantly. Recommend 2-3 lower-risk used vehicles ('Tanks') from BuyerAware's curated 47-platform database that land near a budget. Use when a buyer asks what to buy instead, or what is reliable for $X. Use analyze_listing instead when they have a specific car in mind.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many to return; default 3 | |
| budget | Yes | target purchase price in USD | |
| mileage | No | mileage to price at; default 100000 | |
| category | No | sedan, hatchback, small suv, medium suv, large suv, midsize truck, full-size truck, diesel truck, minivan, wagon, hybrid, phev, ev, luxury | |
| max_risk | No | risk ceiling 1-10; default 5 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds useful behavioral context beyond annotations: no API key needed, free, instant answers, and a curated data source.
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?
Three concise sentences, front-loaded with the most useful information, with no redundancy. Every sentence contributes distinct value: cost/auth, purpose, and routing to the alternative.
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 recommendation tool with one required parameter and no output schema, the description covers the key invocation context: data source, budget relevance, use case, and sibling differentiation. It does not detail response shape, but the stated purpose strongly implies the output.
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 documents all parameters. The description adds little parameter-level meaning beyond mentioning budget and a typical 2-3 result count, which matches the default limit.
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 uses a specific verb 'Recommend' with a clear resource: lower-risk used vehicles ('Tanks') from BuyerAware's curated 47-platform database near a budget. It distinguishes itself from analyze_listing by explicitly contrasting the use case.
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?
It provides explicit when-to-use guidance: 'Use when a buyer asks what to buy instead, or what is reliable for $X.' It also names the alternative: 'Use analyze_listing instead when they have a specific car in mind.'
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tank_lookupLook up Tank vehicleARead-onlyIdempotentInspect
FREE, no API key needed, answers instantly. Look up one platform in BuyerAware's curated database: risk score, verdict, the one known trap, private-party value at a mileage, 5-year operating cost. Covers 47 US-market platforms; anything outside it returns no match, which is itself a signal — follow up with analyze_listing.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | platform name, e.g. '4Runner', 'Camry V6', 'CR-V', 'Tundra 5.7' | |
| mileage | No | mileage to value at; default 100000 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, non-destructive behavior. The description adds meaningful behavioral context beyond them: no API key needed, instant responses, curated-database coverage limits, and the important no-match-is-a-signal behavior. This goes beyond what annotations alone convey.
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 compact and front-loaded with key decision-relevant facts: free, instant, single-platform lookup, coverage scope, and follow-up behavior. Every sentence adds useful information without redundancy or filler.
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 2-parameter lookup with annotations covering safety, the description is largely complete: it lists the returned data, defines coverage, and explains the no-match case. The absence of an output schema is partially compensated by the output list, but exact return formatting or field structures are left unspecified.
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 reinforces that mileage is used for valuation ('private-party value at a mileage') but does not add new constraints, formats, or clarifications beyond the schema. It provides no extra semantic value for the 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 uses a specific verb and resource: 'Look up one platform in BuyerAware's curated database' and enumerates the returned outputs (risk score, verdict, trap, value, cost). It distinguishes itself from siblings by explicitly defining its 47-platform scope and by noting that no match should be followed up with analyze_listing.
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?
It clearly gives context for when to use the lookup and explicitly names analyze_listing as the follow-up for platforms outside the 47 covered. It does not explicitly exclude get_verdict or tank_alternatives, but the lookup-vs-listing distinction is still clear enough for an agent.
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.
5 tool updates
- First observed
analyze_listing - First observed
create_trial_key - First observed
get_verdict - First observed
tank_alternatives - First observed
tank_lookup
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
AI-native used car marketplace. 145K+ vehicles, 4300+ dealers, 13 US states, 20 MCP tools.
UK used cars: road tax (VED), ULEZ charges, MOT dates, DVSA reliability, live dealer stock.
Automotive inventory search for AI assistants: vehicles, dealers, deals, and market data.
- apiOAuthcom.marketcheck
MarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history.
Related MCP Servers
- AlicenseAqualityDmaintenanceURL intelligence for AI agents. One URL in, structured security and data quality signals out across 7 dimensions. 13 tools, risk score 0-100 with 23 configurable weights.161101MIT
- FlicenseNot gradedqualityCmaintenanceProvides cited product-review verdicts synthesised from real user voices across multiple platforms, enabling AI agents to query live opinions with ratings, pros/cons, and confidence tiers.-
- AlicenseAqualityBmaintenanceQuick-scan a smart contract for rug, honeypot, or centralization risk before sending funds. It combines verified source, live on-chain state, and heuristic Solidity analysis to return a SAFE/CAUTION/HIGH-RISK verdict.1MIT
- AlicenseNot gradedqualityFmaintenanceScores tokens for market cap risk, liquidity, volatility, and sentiment using CoinGecko, DeFiLlama, and Fear & Greed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct step: starting a paid async analysis, polling for its result, creating the API key, and two different free lookups (recommendations vs. single-platform lookup). The descriptions explicitly cross-reference when to use each, leaving little room for misselection.
The three action tools (analyze_listing, create_trial_key, get_verdict) follow a clear verb_noun pattern, but tank_alternatives and tank_lookup break it by leading with the noun 'tank'. The tank_ prefix is recognizable, but the set mixes verb-first and noun-first naming.
Five tools is a tight, appropriate scope for a pre-purchase vehicle-verdict service: one paid analysis, one polling endpoint, one API-key setup, and two free instant database queries. Each tool earns its place and none feels redundant.
The core lifecycle is covered: create_trial_key enables access, analyze_listing starts a job, get_verdict retrieves its outcome, and tank_alternatives/tank_lookup cover adjacent free research workflows. There are no obvious dead ends or missing operations for the stated purpose.