Skip to main content
Glama

cars-data.com — Car Specs API

Server Details

Search, compare & filter 102,191 European car variants — 180 specs, 19 languages, EV data.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mariusmmmmm/car-specs-api
GitHub Stars
0
Server Listing
car-specs-api

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsC

Average 3.3/5 across 6 of 6 tools scored. Lowest: 2.4/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: search, filter, get specs, get images, compare, and list generations. No overlap between their functionalities.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., search_cars, get_specs, list_generations), with no mixed conventions.

Tool Count5/5

With 6 tools covering all core functionalities of a car specs API (search, filter, specs, images, comparison, generations), the count is well-scoped and not excessive.

Completeness4/5

The tools cover the main use cases for a read-only car specs API. The only minor gap is the lack of a dedicated tool to list all brands or models, but the search tool can handle that need.

Available Tools

6 tools
compare_variantsAInspect

Side-by-side localized specs for 2-4 vehicle variants.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNo
variant_idsYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It states the function (retrieval of localized specs) which implies read-only, but does not mention error handling, prerequisites, or side effects. The description is adequate but lacks depth for full transparency.

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 a single, well-formed sentence of 7 words. It is front-loaded with the core action and resource, and every word adds value. No redundant information.

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

Completeness2/5

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

Given no output schema and no annotations, the description should cover input validation, output shape, and error scenarios. It only specifies the core function, leaving gaps about how locale is used, what 'specs' entails, and behavior on invalid input. The tool is simple but the description is incomplete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only hints at locale via 'localized specs' and variant count via '2-4 vehicle variants', but does not explicitly explain each parameter's purpose, constraints, or format. This leaves significant ambiguity for an AI agent.

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 clearly states the tool compares vehicle variants side-by-side with localized specs. It specifies the resource (variants) and action (compare), and the number range (2-4) further distinguishes it from sibling tools like filter_cars or list_generations.

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 implies when to use it: when needing a side-by-side comparison of 2-4 variants. However, it does not explicitly state when not to use it or suggest alternative tools (e.g., using get_specs for a single variant). This is a minor gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

filter_carsCInspect

Structured catalog filter: fuel type, body type, drive layout, power/price range, model year, EV-only.

ParametersJSON Schema
NameRequiredDescriptionDefault
evNo
bodyNobody_slug, e.g. suv, sedan, hatchback
fuelNoe.g. petrol, diesel, electric, hybrid
yearNo
driveNosubstring match, e.g. 'front', 'rear', 'all'
limitNo
localeNo
power_maxNo
power_minNo
price_maxNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose behavioral traits such as read-only nature, pagination via 'limit' parameter, locale handling, or what the output contains. The description only lists filterable criteria.

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?

A single sentence that is concise and front-loaded with 'Structured catalog filter'. No unnecessary words, every part contributes to the purpose.

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

Completeness2/5

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

Given the complexity (10 parameters, no output schema, no annotations), the description is too brief. It lacks details on return values, filtering logic (AND/OR), pagination behavior, and error handling. The sibling 'search_cars' likely requires differentiation.

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 30%. The description adds meaning by grouping parameters into categories (e.g., 'power/price range', 'model year', 'EV-only'), which helps for some params. However, it does not clarify all 10 parameters individually, and some like 'locale' and 'limit' are omitted.

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 clearly states it's a catalog filter and lists the filterable attributes (fuel type, body type, etc.), indicating the tool's purpose. However, it does not differentiate from the sibling 'search_cars', which likely has similar functionality.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like 'search_cars' or 'compare_variants'. The description implies it's for structured filtering but provides no context on when it's appropriate or not.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_imagesBInspect

Image URLs (own CDN, no attribution burden) for a vehicle variant.

ParametersJSON Schema
NameRequiredDescriptionDefault
variant_idYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions a behavioral trait (no attribution burden) and CDN source, but lacks details on pagination, URL format, or rate limits. Adequate but not comprehensive.

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?

Single sentence, front-loaded with key information. No unnecessary words.

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

Completeness3/5

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

Given the simple input (one parameter) and no output schema, the description is moderately complete. Missing details like number of images, URL format, and error cases, but adequate for a basic image retrieval tool.

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

Parameters2/5

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

Schema coverage is 0%, so description must add meaning. It implies 'variant_id' identifies a vehicle variant, but does not explain what a variant is or how to obtain the ID. Minimal value added beyond schema.

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 clearly states the tool returns image URLs for a vehicle variant, with a specific benefit (own CDN, no attribution). It distinguishes from siblings like get_specs or search_cars by focusing on images.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like compare_variants or search_cars. The description does not provide context for usage or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_specsBInspect

Full localized specs for one vehicle variant, in any of 19 languages — 180 spec types covering engine & fuel, performance, EV/hybrid, safety (30 specs), comfort & interior (47), exterior, chassis, dimensions & weights, consumption (WLTP/NEDC). Each spec carries a confidence score; the response carries last_synced_at — surface both so you don't overstate certainty.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNo
variant_idYesfrom search_cars or filter_cars
Behavior3/5

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

With no annotations, the description adds useful behavioral context: each spec has a confidence score and the response includes last_synced_at. It does not cover side effects, idempotency, or other typical behavioral traits, but the disclosed information is relevant.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

Concise and well-structured: front-loaded with core purpose, followed by categorized examples. The listing of spec types is informative without being overly verbose.

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

Completeness3/5

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

Given no output schema, the description mentions confidence scores and last_synced_at but does not detail the structure of spec objects or how categories map to properties. For 180 spec types, more structure would improve completeness.

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

Parameters2/5

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

The description adds little beyond the input schema: it mentions '19 languages' but the schema already has an enum for locale. For variant_id, the description does not repeat the schema's note about coming from search_cars/filter_cars. With 50% schema coverage, the description should compensate more.

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 clearly states 'Full localized specs for one vehicle variant' and enumerates spec categories (engine, safety, etc.), making the tool's purpose specific and informative. However, it does not explicitly differentiate from sibling tools like compare_variants or search_cars.

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?

Provides explicit guidance to surface confidence scores and last_synced_at, which helps agents use the data appropriately. However, no guidance on when to use this tool versus alternatives, or prerequisites (e.g., variant_id must come from search_cars or filter_cars, which is in schema but not description).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_generationsCInspect

Generations/facelifts of a model, with production years.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNo
model_idYes
Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It does not state whether the operation is read-only, requires authentication, or what the response format looks like. The minimal description only hints at output (production years) but lacks critical behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is a single, concise phrase with no wasted words. However, it is too brief and lacks structure, failing to provide necessary details about parameters or output. It is under-specified rather than optimally concise.

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

Completeness2/5

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

Given the tool has no output schema and simple parameters, the description is incomplete. It does not describe the return format (e.g., list of objects with fields), error conditions, or ordering. The agent has no way to know what to expect after invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not clarify the purpose or expected values of the model_id or locale parameters. The locale parameter has an enum but is not mentioned, and model_id is not explained beyond the vague reference 'of a model'. The agent gets no help understanding how to fill these 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 clearly indicates that the tool returns generations/facelifts of a model with production years, which distinguishes it from sibling tools like filter_cars or get_specs. However, it lacks an explicit action verb like 'list' to match the tool name.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as search_cars or compare_variants. There is no mention of prerequisites or context, leaving the agent to infer usage solely from the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_carsAInspect

Free-text search across 102,191 vehicle variants, 116 brands, 19 languages. Returns candidate variant_ids to pass to get_specs/get_images/compare_variants. Each result carries generation_id and year_from/year_to so same-named variants from different generations can be told apart.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYese.g. 'bmw 3 series' or 'tesla model s'
localeNo
Behavior4/5

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

With no annotations, the description carries the full burden. It provides concrete details: the size of the search space (102,191 variants, 116 brands, 19 languages), the return type (candidate variant_ids), and extra fields (generation_id, year_from/year_to). It does not mention pagination or rate limits but is otherwise informative.

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 two sentences long, front-loads the core functionality, and includes essential details without any repetition or fluff. 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?

Given the tool's complexity (large search space, 3 parameters, no output schema), the description covers its purpose, output structure, and usage tie-in to sibling tools. It lacks information on pagination, error behavior, or ordering, but this is acceptable for a straightforward search tool.

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 low (33%). The description only adds examples for the query parameter ('bmw 3 series', 'tesla model s'). The limit and locale parameters are not elaborated beyond what the schema provides (integer range and enum list). While the query example is helpful, the description does not compensate fully for the lack of schema descriptions on the other parameters.

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 clearly states it is a free-text search across a large corpus, returns candidate variant_ids for use with other tools, and mentions specific attributes (generation_id, year) that disambiguate results. It distinguishes itself from sibling tools like get_specs, get_images, and compare_variants by indicating its output feeds into them.

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 explains when to use this tool (free-text search for vehicle variants) and what to do with the results (pass to get_specs/get_images/compare_variants). However, it does not explicitly state when not to use it or compare it with alternatives like filter_cars or list_generations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides vehicle wheel and tyre fitment data for 10,000+ makes, models, and trim levels through 32 read-only tools, enabling searches by vehicle, rim, or tire specifications.
    32
    57
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Decode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.
    12
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Enables access to comprehensive vehicle information including VIN decoding, license plate OCR, vehicle history checks (theft, title, salvage records), market valuations, specifications, and warranty data for vehicles across North America and Europe.
    6
    61
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides comprehensive vehicle reports by aggregating data from multiple public sources to decode VINs, check recalls, and view safety ratings. It enables users to validate VINs locally and retrieve technical specifications, fuel economy, and vehicle photos without requiring API keys.
    13
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.