Skip to main content
Glama

Tudetic Product Search

Server Details

Read-only Tudetic product search and vehicle compatibility with safe public pricing.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: check_vehicle_compatibility handles fitment checks, get_product retrieves specific product details by ID, and search_products performs general queries. No overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (check_, get_, search_), using snake_case throughout. The naming clearly conveys the action and object, making the conventions predictable.

Tool Count4/5

With only 3 tools, the set is minimal but well-scoped for a product search server. It covers core operations without being needlessly complex, though it could be slightly more comprehensive.

Completeness4/5

The surface covers the primary search lifecycle: finding products via search_products, retrieving details via get_product, and checking fitment via check_vehicle_compatibility. Minor gaps exist (e.g., no explicit listing/filtering beyond search), but agents can accomplish typical tasks without dead ends.

Available Tools

3 tools
check_vehicle_compatibilityCheck vehicle compatibilityA
Read-only
Inspect

Find product candidates for a registration plate or a complete vehicle make/model/year. Always ask the user to verify fitment on the product page.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNo
langNoes
shopNotudetic
limitNo
pricingNocustomer only works with a valid logged-in PrestaShop session. The server derives the group.public
vehicle_ccNo
registrationNo
vehicle_makeNo
vehicle_yearNo
vehicle_modelNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
noticeYes
productsYes
schema_versionYes

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context: results are only 'candidates' and the user must verify fitment on the product page. This goes beyond the annotations by setting expectations about result certainty and the need for user confirmation.

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 with no fluff. The first sentence states the core purpose, and the second delivers an essential user instruction. Every word earns its place; it is highly efficient.

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?

While annotations and output schema exist, the high parameter count (10) creates gaps. The description establishes the primary use case and critical caveat, but it does not explain parameter combinations, the role of the q parameter, or shop/limit behaviors. It is adequate but not fully complete for a tool with this complexity.

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 only 10% (only pricing is described). The description adds meaning to registration and vehicle make/model/year parameters by framing them as input alternatives, but it leaves q, shop, limit, vehicle_cc, and lang unexplained. With 10 parameters, this is insufficient to compensate for the low schema coverage.

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 finds product candidates for a registration plate or complete vehicle make/model/year. The verb 'find' is specific, the resource is product candidates, and it distinguishes from siblings by focusing on vehicle compatibility rather than generic product search or retrieval.

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 implies when to use the tool (when you have a registration plate or vehicle details) but does not explicitly contrast with alternatives like search_products or get_product. It provides a key user-verification instruction but lacks clear 'when not to use' guidance.

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

get_productGet a Tudetic productA
Read-only
Inspect

Retrieve current details for a known Tudetic product ID and optional variant ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoes
shopNotudetic
pricingNocustomer only works with a valid logged-in PrestaShop session. The server derives the group.public
product_idYes
variant_idNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
productYes
schema_versionYes

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint: true and destructiveHint: false, so the retrieval nature is clear. The description adds the minor point that details are 'current', but does not go beyond this to discuss important behavioral aspects like authentication, errors, or limitations.

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?

One sentence, 15 words, directly answers the core purpose. There is no redundant information or padding; every phrase contributes to the intent.

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?

A single-sentence description is adequate for a simple retrieval tool, especially with an output schema and annotations covering safety. However, the wording 'Tudetic product' is misleading because the 'shop' parameter supports multiple other brands, and the description does not clarify this broader context.

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 only 20%. The description does add that 'product ID' is the required key and 'variant ID' is optional, but it does not explain the meaning of 'lang', 'shop', or 'pricing' beyond what the schema already provides, leaving significant semantic gaps for a 5-parameter tool.

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 uses a specific verb and resource: 'Retrieve current details for a known Tudetic product ID and optional variant ID'. It clearly identifies the tool's action and scope, distinguishing it from searching for products or checking compatibility. The phrase 'known product ID' emphasizes that this is a direct lookup rather than a search.

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 implies usage: use the tool when you already have a product ID and optionally a variant ID. However, it does not explicitly state when to avoid this tool or mention alternatives like search_products when the ID is unknown.

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

search_productsSearch Tudetic productsA
Read-only
Inspect

Find products by natural language, SKU, MPN, GTIN, brand, price, shop or vehicle. Use for shopping and product comparison requests.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoProduct query, reference or identifier.
langNoes
pageNo
shopNotudetic
sortNo
brandNo
limitNo
pricingNocustomer only works with a valid logged-in PrestaShop session. The server derives the group.public
in_stockNo
max_priceNo
min_priceNo
vehicle_ccNo
category_idNo
registrationNo
vehicle_makeNo
vehicle_yearNo
vehicle_modelNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
pricingYes
resultsYes
total_resultsNo
schema_versionYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, indicating a safe read operation. The description adds useful context by mentioning that it can search by natural language and vehicle attributes, but it does not disclose details about response size, pagination behavior, or performance implications. Given the read-only nature is covered, the description adds some value but could be more transparent about result limits.

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 extremely concise, consisting of two sentences that are front-loaded with the primary function and followed by a clear usage statement. Every word contributes to understanding the tool's purpose and ideal use case. It is efficient and easy to parse.

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 (17 parameters, output schema present, and rich schema details like enums and defaults), the description is reasonably complete. The output schema likely explains the return format, so the description doesn't need to cover that. It could benefit from noting the vehicle-related parameters' purpose, but overall it covers the essential use cases. The description sets the right expectations for a 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 only 12% (just one parameter 'pricing' has a description). The description lists the types of queries allowed but does not add specific syntax or usage examples for parameters like 'q', 'sort', or vehicle fields. Since the schema is sparse, the description partially compensates by hinting at the breadth of search criteria, but it does not provide detailed explanations for individual parameters. It is adequate for a high-parameter search tool.

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 that the tool searches for products and lists the various search criteria (natural language, SKU, MPN, GTIN, brand, price, shop, vehicle). This distinguishes it from siblings like 'get_product' (retrieves a specific product) and 'check_vehicle_compatibility' (checks compatibility). It effectively communicates the tool's role in the broader context.

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 mentions 'Use for shopping and product comparison requests,' which provides clear context for when to employ this tool. However, it does not explicitly state when NOT to use it or mention alternatives like 'get_product' for retrieving specific product details. The guidance is clear but lacks exclusionary language.

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.

  1. 3 tool updates
    • First observedcheck_vehicle_compatibility
    • First observedget_product
    • First observedsearch_products

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching current used car, truck, and motorcycle parts in the US, resolving vehicles via VIN, and retrieving part listings with source attribution, through read-only MCP tools.
    Apache 2.0
  • A
    license
    B
    quality
    B
    maintenance
    Read-only MCP server for finding, comparing, and shortlisting engineering parts from distributor and marketplace APIs.
    6
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching PartsGeek for parts, retrieving product details, and obtaining cart estimates for price comparison, without placing orders or requiring a PartsGeek account.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources