Search (user-initiated only)
ws_search_by_vehicleGet exact wheel and tire fitment specs for a vehicle. Returns OEM rim diameter, width, offset, bolt pattern, tire sizes, and pressure for symmetric or staggered setups.
Instructions
Get wheel and tire fitment data for a specific vehicle.
REQUIRED parameter combination:
Either 'modification' OR 'region' (to narrow fitment results)
Either 'year' OR 'generation' (to identify the vehicle) — not required when 'modification' is provided
PREREQUISITES — you MUST have valid slugs before calling:
make: lowercase slug from ws_list_makes (e.g. 'toyota', 'land-rover')
model: lowercase slug from ws_list_models (e.g. 'camry', '3-series')
modification or region: from ws_list_modifications / ws_list_regions
year or generation: from ws_list_years / ws_list_generations (skip when modification is provided)
NOTE: this endpoint accepts only ONE region (unlike other tools)
Do NOT guess these values. Call the prerequisite tools first.
Returns OEM and optional wheel/tire specs including rim diameter, width, offset, bolt pattern, tire sizes, and tire pressure. Each wheel has setup='symmetric' (same front/rear) or 'staggered' (different).
IMPORTANT: This is a Search method — only call when a user explicitly requests fitment information. Do not call in autonomous loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Translate make/model/region names (e.g. 'ru'). | |
| make | Yes | Make slug (e.g. 'toyota'). Use ws_list_makes to find valid slugs. | |
| year | No | Model year | |
| limit | No | Results per page | |
| model | Yes | Model slug (e.g. 'camry'). Use ws_list_models to find valid slugs. | |
| offset | No | Pagination offset | |
| region | No | Single region slug (e.g. 'usdm'). Only ONE region allowed here. | |
| generation | No | Generation slug (alternative to year). From ws_list_generations. | |
| detail_level | No | 'concise' = key specs only, 'full' = all wheel/tire details | concise |
| modification | No | Modification slug from ws_list_modifications. Alternative to region. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||