search-modifications-by-hf-tire
Find compatible trim variants for a vehicle make and model using a high-flotation tyre size (overall diameter, section width, rim diameter).
Instructions
Find specific trim variants of a known make+model compatible with a given HF tyre size. Required: overall_diameter (inches), section_width (INCHES), rim_diameter (inches), make, model. Optional: region, limit, offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Manufacturer slug (e.g. "ford", "ram"). Get slugs from list-makes. | |
| limit | No | Maximum results to return (1-100). | |
| model | Yes | Model slug (e.g. "f-150", "1500"). Get slugs from list-models. | |
| offset | No | Number of results to skip for pagination. | |
| region | No | Market region code (e.g. "usdm", "eudm"). Get codes from list-regions. | |
| rim_diameter | Yes | Rim diameter in inches (e.g. 15). Required. Must be positive. Use list-hf-tire-rim-diameters to enumerate valid values. | |
| section_width | Yes | Tyre section width in INCHES (e.g. 12.5). Required. Must be positive. Note: this differs from standard by_tire tools where section_width is in mm. | |
| overall_diameter | Yes | Overall outside diameter of the inflated tyre in inches (e.g. 33.0). Required. Must be positive. Part of the HF size notation: OD x SW R RD (e.g. 33x12.5R15). |