Skip to main content
Glama
driveate

wheel-size-mcp

by driveate

Classified (user-initiated only)

ws_find_vehicle_modifications_for_rim
Read-onlyIdempotent

Get per-trim wheel specifications and fitment deltas for a searched rim, enabling comparison of rim fitment across vehicle trims.

Instructions

Drill down into individual trims for a generation from ws_find_vehicles_for_rim.

PREREQUISITES — call ws_find_vehicles_for_rim first to get:

  • make, model, generation slugs (from the results)

  • Use the same rim parameters and tolerances as the parent search

Returns per-vehicle rows with OEM wheel specs (rim, tire, frontspace, backspace) and fitment deltas vs the searched rim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cbNoCentre bore diameter in mm
fdNoWheel fastener thread diameter in mm (e.g. 12 for M12)
makeYesMake slug from ws_find_vehicles_for_rim results
sortNoSort: name (A-Z), fitment (closest FS delta first), load (heaviest first)
limitNoResults per page
modelYesModel slug from ws_find_vehicles_for_rim results
offsetNoPagination offset
bs_pushNoBackspace push tolerance in mm (default 2)
fs_pokeNoFrontspace poke tolerance in mm (default 2)
rim_widthYesRim width in inches
generationYesGeneration slug from ws_find_vehicles_for_rim results
rim_bst_toNoBackspace tolerance upper bound in mm (default 2)
rim_offsetYesRim offset in mm
bolt_patternYesBolt pattern (e.g. '5x114.3')
od_toleranceNoOverall diameter tolerance fraction (default 0.01)
ow_toleranceNoOverall width tolerance fraction (default 0)
rim_bst_fromNoBackspace tolerance lower bound in mm (default 2)
rim_diameterYesRim diameter in inches
diameter_rangeNoWiden rim diameter search ±N inches (0 = exact match)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Beyond the readOnly and idempotent hints, the description discloses the prerequisite dependency on a prior search and outlines the return data (per-vehicle rows with OEM wheel specs and fitment deltas). This adds valuable behavioral context without contradicting 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?

The description is concise, with a front-loaded main sentence and a bulleted list of prerequisites. Every sentence earns its place, and the section on what it returns is clear and without fluff.

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 high parameter count and complexity, the description covers the essential workflow: prerequisites, parent search references, and return data. It does not explain every parameter or pagination, but the 100% schema coverage and output schema fill the gaps. Slight room for more detail on how 'trims' differ from 'modifications' but not critical.

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 coverage is 100%, so parameters are well-documented. The description adds value by instructing the caller to reuse the same rim parameters and tolerances as the parent search, which is not stated in the schema. This ties the many parameters together logically.

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's purpose: 'Drill down into individual trims for a generation from ws_find_vehicles_for_rim.' It identifies the specific verb ('drill down'), the resource ('individual trims for a generation'), and distinguishes itself from the parent search tool by referencing it directly.

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 provides explicit prerequisites: call ws_find_vehicles_for_rim first to obtain make, model, and generation slugs, and use the same rim parameters and tolerances as the parent search. This gives clear context on when to use the tool, though it does not mention alternatives or exclusions.

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