search-modifications-by-tire
Find trim and modification variants for a known vehicle make and model that fit a specific tire size. Provide make, model, section width, aspect ratio, and rim diameter to get compatible options.
Instructions
Find specific trim/modification variants of a known make+model compatible with a given tyre size. Required: make, model, section_width (mm), aspect_ratio (%), rim_diameter (inches). Optional: region, limit, offset. More granular than search-by-tire. Use when you already know the vehicle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Manufacturer slug (e.g. "audi"). Get slugs from list-makes. | |
| limit | No | Maximum results to return (1-100). | |
| model | Yes | Model slug (e.g. "a4"). Get slugs from list-models. | |
| offset | No | Number of results to skip for pagination. | |
| region | No | Market region code (e.g. "eudm", "usdm"). Get codes from list-regions. | |
| aspect_ratio | Yes | Aspect ratio as a percentage integer 1-100 (e.g. 45 for a 45-series tyre). Use list-tire-aspect-ratios to enumerate valid values. | |
| rim_diameter | Yes | Rim diameter in inches (e.g. 18). Must be positive. Use list-tire-rim-diameters to enumerate valid values. | |
| section_width | Yes | Tyre section width in mm (e.g. 245). Must be positive. Use list-tire-section-widths to enumerate valid values. |