Skip to main content
Glama

get_market_stats

Danish new-vehicle registration statistics from bildata.io (weekly DMR data). Dimensions: fuel_type, brands (top 20), evs, imports (top imported makes), monthly_totals (last 12 months incl. leasing series), country_of_origin. kind=all covers every vehicle type; kind=Personbil passenger cars only. as_of is the data cutoff of the underlying extract — a month whose as_of is before month-end is PARTIAL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoDefault: all
dimensionYes

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and meaningfully discloses behavior: the data source, weekly DMR freshness, and the critical caveat that a month whose as_of is before month-end is PARTIAL. It does not explicitly confirm read-only side effects or rate limits, but for a statistics lookup the main behavioral risk is clearly flagged.

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 compact sentences with no filler; the core resource is front-loaded and the critical partial-data caveat is placed at the end where it reinforces the definition. Every clause adds information and the structure is easy to scan.

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?

For a two-parameter, enum-driven tool with no output schema, the description covers data source, dimensions, kind semantics, and partial-data interpretation. The only real gap is that the shape of the returned data is left implicit, but the dimension names largely convey what will be returned, leaving the agent enough to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 50%, and the description compensates by explaining the meaning of kind=all vs kind=Personbil and clarifying several dimensions such as brands (top 20), imports (top imported makes), and monthly_totals (incl. leasing series). The mention of as_of adds useful output interpretation, though as_of is not a request parameter in the schema, creating minor ambiguity.

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 immediately identifies the resource: Danish new-vehicle registration statistics from bildata.io, and lists the six available dimensions, which distinguishes it from siblings like get_model_stats and get_top_models. It stops short of a full 5 because the statement is a noun phrase rather than an explicit verb like 'retrieves' or 'lists'.

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 explains parameter semantics such as kind=all vs kind=Personbil and the as_of partial-data caveat, but gives no explicit guidance on when to prefer this tool over get_model_stats, get_top_models, or the afgift tools. Tool-selection context is implied by the dimension list and sibling names, not stated.

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

A3.9/5.0
Disambiguation4/5

The tax tools (calculate vs forecast) are distinguished by current vs future years, and the stats tools are clearly separated into broad market stats, specific model stats, and top-model rankings. Slight overlap exists between get_market_stats and get_top_models, but the descriptions explicitly call out the difference.

Naming Consistency4/5

All tools follow a snake_case verb_noun pattern and are consistently lowercase. However, naming mixes Danish and English, and the tax term appears both as the full 'registreringsafgift' and the abbreviated 'afgift' in get_afgift_rates.

Tool Count5/5

Six tools is well-scoped for the domain: two tax calculation/projection tools, one rates tool, and three complementary market-statistics tools. Each tool earns its place without redundancy or bloat.

Completeness4/5

The server covers current and future registration tax calculation, machine-readable rates, and multiple levels of Danish market statistics. Minor gaps exist, such as no historical pre-2026 rates and no general model-search/discovery tool, but core workflows are not blocked.

Resources