Skip to main content
Glama
driveate

wheel-size-mcp

by driveate

Search (user-initiated only)

ws_search_by_rim
Read-onlyIdempotent

Search vehicles by rim specs via direct 1:1 wheel pair matching. Returns only documented OEM or close-offset fitments, without geometric calculations.

Instructions

Find vehicles compatible with given rim specs via direct 1:1 wheel pair matching.

Uses a direct mapping of existing wheel pair data to vehicle specs — returns only vehicles where this exact rim (or close offset) appears in the database as an OEM or documented fitment. Does NOT calculate whether the rim would physically fit based on wheel housing geometry.

Diameter and width accept either an exact value (rim_diameter, rim_width) or a min/max range pair — e.g. "18-19 inch, ET30-45" → rim_diameter_min=18, rim_diameter_max=19, rim_offset_min=30, rim_offset_max=45. One of exact or range is required per dimension.

IMPORTANT: This is a Search method — only call when a user explicitly requests a rim compatibility search. Do not call in autonomous loops.

For e-commerce product cards, use ws_find_vehicles_for_rim instead — it uses geometric backspace calculations for broader, physics-based matching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cbNoCentre bore in mm (e.g. 64.1)
fdNoWheel fastener thread diameter in mm (e.g. 12 for M12)
modeNoAxle mode
limitNoResults per page
cb_maxNoRange search: max centre bore
cb_minNoRange search: min centre bore
offsetNoPagination offset
regionNoRegion slug(s) (e.g. ['usdm'] or ['eudm', 'audm']).
rim_widthNoExact rim width in inches (e.g. 8)
rim_offsetNoRim offset in mm
bolt_patternYesBolt pattern (e.g. '5x114.3')
rim_diameterNoExact rim diameter in inches (e.g. 18)
rim_width_maxNoRange search: max width
rim_width_minNoRange search: min width (use with _max)
rim_offset_maxNoRange search: max offset
rim_offset_minNoRange search: min offset
rim_diameter_maxNoRange search: max diameter
rim_diameter_minNoRange search: min diameter (use with _max)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, but the description adds substantial behavioral detail: it states the tool does NOT calculate physical fit based on wheel housing geometry, and explains that it relies on direct mapping of existing fitments. This is beyond the annotations and helps set expectations.

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?

The description is moderately long but well-structured: purpose, methodology, parameter usage, then an IMPORTANT usage note, and finally a sibling alternative. Every sentence adds value, though the parameter explanation could be condensed slightly.

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 18 parameters, an output schema, and detailed annotations, the description covers purpose, methodology, limitations, parameter combinations, and explicit usage constraints. It appropriately leaves return format details to the output schema and achieves a complete picture for this complex tool.

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?

The schema provides 100% parameter descriptions, and the description adds valuable combinatorial semantics: exact values vs. min/max range pairs, with the requirement that 'one of exact or range is required per dimension.' However, this rule is explicitly applied to diameter and width, not clearly extended to offset or centre bore, leaving a minor ambiguity despite the 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 'Find vehicles compatible with given rim specs via direct 1:1 wheel pair matching.' It uses a specific verb ('find'), identifies the resource ('vehicles compatible with rim specs'), and explains the matching method, distinguishing it from other search tools.

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

Usage Guidelines5/5

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

Explicit guidance is given: 'only call when a user explicitly requests a rim compatibility search. Do not call in autonomous loops.' It also names an alternative, ws_find_vehicles_for_rim, for e-commerce contexts, making the when-to-use and when-not-to-use very clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/driveate/wheel-size-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server