Skip to main content
Glama

CarChat Inventory

Get local market price statistics

get_market_prices
Read-onlyIdempotent

Live price statistics from CarChat inventory: count, median, and price range, overall and broken down by body style and metro. Use this to answer 'what do used trucks go for near Knoxville?' style questions with real, current numbers. Cite as: CarChat live inventory data (carchat.io).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
cityNoFilter to a city, e.g. Knoxville
makeNo
modelNo
stateNoTwo-letter state, e.g. TN
conditionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
asOfNoYYYY-MM-DD
noteNo
countNoPresent (0) only when nothing matched
sourceNo
byMetroNo
filtersNoFilters actually applied
overallNo
byBodyStyleNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds meaningful context beyond this: the data is live, sourced from CarChat inventory rather than general market data, and should be cited as 'CarChat live inventory data'. This transparency is useful 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.

Conciseness5/5

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

Three tight sentences front-load the core purpose and returns, then add a concrete use case and citation instruction. Every sentence earns its place and there is no redundant wording.

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

Completeness5/5

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

With no required parameters, an output schema present, and annotations covering safety, the description is sufficiently complete for an agent to select and invoke the tool correctly. It includes the data source, the type of statistics, aggregation dimensions, and a citation requirement.

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 only 33%, so the description must compensate. It does clarify that results can be broken down by body style and metro, and the example implies condition ('used') and location ('near Knoxville'), but it does not explicitly explain make, model, or condition parameters. This is adequate but not complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb (get), a clear resource (live price statistics from CarChat inventory), and enumerates the returned aggregates (count, median, price range) and breakdown dimensions (body style, metro). The use-case example further pins down the tool's purpose, making it easy to distinguish from the sibling search_inventory tool.

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

Usage Guidelines4/5

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

The description explicitly tells the agent when to use it: for real, current market price questions like 'what do used trucks go for near Knoxville?'. It does not explicitly state when not to use it or name alternatives like search_inventory, which keeps this at a 4 rather than a 5.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct role: market stats, individual vehicle details, dealer listings, curated category pages, inventory search, and inquiry submission. There is no meaningful overlap or ambiguity in purpose.

Naming Consistency5/5

All tool names follow the same verb_noun snake_case pattern: get_, list_, search_, submit_. The naming is predictable and consistent across the entire set.

Tool Count5/5

Six tools is a well-scoped size for a car inventory and inquiry server. Each tool covers a necessary step in the buyer journey without unnecessary duplication.

Completeness5/5

The tool surface covers the full workflow: searching inventory, retrieving listing details, viewing market pricing, browsing curated categories, finding dealers, and submitting inquiries. There are no obvious gaps or dead ends for the stated purpose.