wheel-spec-metadata
Compute wheel geometry and population statistics for a given wheel/tyre specification. Use clearance estimates and fitment hints to validate a spec before ordering.
Instructions
Get computed geometry and population statistics for a given wheel/tyre specification. All fields optional. Provide as many as known for precise results. Returns geometry hints (backspace, frontspace, clearance estimates), population stats (how many vehicles use this spec), and optional human-readable fitment hints when hints=true. Useful for explaining fitment math to users or validating a spec before ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cb | No | Centre bore diameter in mm (e.g. 71.6). Must be positive. Passed through for package suggestions. | |
| hints | No | Include human-readable fitment hints in the response (default false). | |
| rim_width | No | Rim width in inches (e.g. 8.0). Must be positive. | |
| rim_offset | No | Rim offset (ET) in mm, range -100 to 100 (e.g. 25). Enables geometry and fitment-match estimates when provided. | |
| aspect_ratio | No | Tyre aspect ratio as a percentage integer 1-100 (e.g. 45). Required for tyre/package mode. Mutually exclusive with overall_diameter. | |
| bolt_pattern | No | Bolt pattern (PCD) as stud-count × circle-diameter in mm (e.g. "5x114.3"). Narrows population statistics to matching vehicles. | |
| rim_diameter | No | Rim diameter in inches (e.g. 18). Must be positive. | |
| section_width | No | Tyre section width in mm (e.g. 225). Must be positive. Required for tyre/package mode. Mutually exclusive with overall_diameter. | |
| overall_diameter | No | Overall tyre diameter in inches (e.g. 33). Must be positive. For high-flotation (HF) tyre mode. Mutually exclusive with section_width/aspect_ratio. |