Search (user-initiated only)
ws_search_by_tireFind vehicles compatible with a metric tire size using section width, aspect ratio, and rim diameter. Get faceted counts and fitment info to refine results.
Instructions
Find vehicles compatible with a given tire size (metric).
The response includes 'facets' (per-value car counts for speed_symbol, load_index, region, fitment — use them to offer refinements) and 'summary' (feature counts like runflat/winter + physical tire data). Echo a facet value back as a filter to drill down.
IMPORTANT: This is a Search method — only call when a user explicitly requests a tire compatibility search. Do not call in autonomous loops.
This tool accepts metric sizes only. For high-flotation (LT) tires with inch-based sizing (e.g. 31x10.50R15), use ws_search_by_hf_tire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Axle mode | |
| limit | No | Results per page | |
| offset | No | Pagination offset | |
| region | No | Region slug(s) (e.g. ['usdm'] or ['eudm', 'audm']). | |
| fitment | No | square = same size all around, staggered = rear differs from front | |
| load_index | No | Load index(es), OR-combined (e.g. [91, 94]). Counts in facets.load_index. | |
| aspect_ratio | Yes | Tire aspect ratio (e.g. 55) | |
| rim_diameter | Yes | Rim diameter in inches (e.g. 17) | |
| speed_symbol | No | Speed rating(s), OR-combined (e.g. ['V', 'W']). Counts in facets.speed_symbol. | |
| section_width | Yes | Tire section width in mm (e.g. 225) | |
| load_index_max | No | Maximum load index | |
| load_index_min | No | Minimum load index (e.g. 91) | |
| speed_symbol_max | No | Maximum speed rating | |
| speed_symbol_min | No | Minimum speed rating (e.g. 'V' = V or faster) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||