Search (user-initiated only)
ws_check_tire_fitment_for_vehicleCheck whether a specific tire size fits a given vehicle (make/model/year) and retrieve trims with documented fitment. Empty results indicate no fitment.
Instructions
Check whether a specific tire size fits a specific vehicle (make + model, optionally year).
Answers "do 225/45R17 tires fit my 2020 Honda Civic?" in one call: returns the vehicle's modifications (trims) where this tire size appears as a documented fitment. An EMPTY result means no documented fitment for that combination. Metric sizes only.
The API has no year parameter, so 'year' is filtered MCP-side against each modification's production range (start_year/end_year); each row echoes its range so near-misses can be explained.
Prefer this over ws_search_by_tire + ws_search_by_vehicle comparison when the user names a specific vehicle.
IMPORTANT: This is a Search method — only call when a user explicitly requests a fitment check. Do not call in autonomous loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Make slug (e.g. 'honda'). Use ws_list_makes to find valid slugs. | |
| mode | No | Axle mode | |
| year | No | Model year — filters to modifications in production that year | |
| limit | No | Results per page | |
| model | Yes | Model slug (e.g. 'civic'). Use ws_list_models to find valid slugs. | |
| offset | No | Pagination offset | |
| region | No | Region slug(s) (e.g. ['usdm'] or ['eudm', 'audm']). | |
| aspect_ratio | Yes | Tire aspect ratio (e.g. 45) | |
| rim_diameter | Yes | Rim diameter in inches (e.g. 17) | |
| section_width | Yes | Tire section width in mm (e.g. 225) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||