Classified (user-initiated only)
ws_find_vehicle_modifications_for_rimGet 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
| Name | Required | Description | Default |
|---|---|---|---|
| cb | No | Centre bore diameter in mm | |
| fd | No | Wheel fastener thread diameter in mm (e.g. 12 for M12) | |
| make | Yes | Make slug from ws_find_vehicles_for_rim results | |
| sort | No | Sort: name (A-Z), fitment (closest FS delta first), load (heaviest first) | |
| limit | No | Results per page | |
| model | Yes | Model slug from ws_find_vehicles_for_rim results | |
| offset | No | Pagination offset | |
| bs_push | No | Backspace push tolerance in mm (default 2) | |
| fs_poke | No | Frontspace poke tolerance in mm (default 2) | |
| rim_width | Yes | Rim width in inches | |
| generation | Yes | Generation slug from ws_find_vehicles_for_rim results | |
| rim_bst_to | No | Backspace tolerance upper bound in mm (default 2) | |
| rim_offset | Yes | Rim offset in mm | |
| bolt_pattern | Yes | Bolt pattern (e.g. '5x114.3') | |
| od_tolerance | No | Overall diameter tolerance fraction (default 0.01) | |
| ow_tolerance | No | Overall width tolerance fraction (default 0) | |
| rim_bst_from | No | Backspace tolerance lower bound in mm (default 2) | |
| rim_diameter | Yes | Rim diameter in inches | |
| diameter_range | No | Widen rim diameter search ±N inches (0 = exact match) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||