Skip to main content
Glama
driveate

wheel-size-mcp

by driveate

Classified (user-initiated only)

ws_find_vehicle_modifications_for_package
Read-onlyIdempotent

Retrieve per-trim OEM wheel and tire specs for a generation, with fitment deltas versus your searched package. Compare trims to identify closest matches.

Instructions

Drill down into individual trims for a generation from ws_find_vehicles_for_package.

PREREQUISITES — call ws_find_vehicles_for_package first to get:

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

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

Returns per-vehicle rows with OEM wheel specs (rim, tire) and fitment deltas vs the searched rim + tire package. Completes the e-commerce chain: package search → generations → specific trims.

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_package results
sortNoSort: name (A-Z), fitment (closest FS delta first), load (heaviest first)
limitNoResults per page
modelYesModel slug from ws_find_vehicles_for_package 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_package results
rim_bst_toNoBackspace tolerance upper bound in mm (default 2)
rim_offsetYesRim offset in mm
aspect_ratioYesTire aspect ratio
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
section_widthYesTire section width in mm
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?

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, which cover the safety profile. The description adds meaningful behavioral context beyond those: it returns 'per-vehicle rows with OEM wheel specs and fitment deltas' and positions the tool as completing the e-commerce chain. This enriches the annotation data without contradicting it.

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 efficiently structured with a clear one-sentence summary followed by a PREREQUISITES bullet list and a return-value summary. It is appropriately sized for a tool with 21 parameters and a defined workflow, but it could be slightly tighter—some phrasing (e.g., 'Completes the e-commerce chain') is rhetorical rather than purely informative.

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?

With an output schema and rich annotations present, the description doesn't need to enumerate return fields. It covers the key contextual aspects: prerequisites, parameter inheritance, return content, and the place in the workflow. It might benefit from a brief note on pagination or error conditions, but those are not essential given the schema and annotations.

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 100%, so the baseline is 3. The description adds value by explaining that make/model/generation slugs must come from the parent search and that rim/tire parameters and tolerances should be the same as the parent search. This guidance helps the agent correctly populate parameters that would otherwise be ambiguous even with schema descriptions.

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 begins with 'Drill down into individual trims for a generation from ws_find_vehicles_for_package,' which clearly identifies the tool's specific verb ('drill down'), resource ('individual trims'), and its relationship to the sibling tool. It also distinguishes it from the parent search tool by describing the downstream step in the fitment workflow.

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?

The description explicitly states prerequisites ('call ws_find_vehicles_for_package first'), tells the user to extract make/model/generation slugs from parent results, and instructs to 'Use the same rim AND tire parameters and tolerances as the parent search.' This gives clear, actionable when-to-use guidance and also implies when not to use the tool (e.g., if the parent hasn't been called or if you lack generation results).

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