Utility (freely callable)
ws_get_spec_metadataRetrieve computed geometry, population stats, and hints for a wheel/tire spec to assess its commonality and expected tolerances before searching or classifying.
Instructions
Get computed geometry, population stats, and hints for a wheel/tire spec.
Auto-detects mode from parameters:
rim: rim_diameter + rim_width (optionally rim_offset)
tire: section_width [mm] + aspect_ratio + rim_diameter
hf_tire: overall_diameter + section_width [inches] + rim_diameter
package: rim + tire params combined
Use before search or classified calls to understand whether a spec is common or unusual, what tolerances to use, and what to expect.
This is a utility tool — can be called freely without user initiation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cb | No | Centre bore in mm (e.g. 71.6). Passed to suggested classified params. | |
| rim_width | No | Rim width in inches (e.g. 8.0) | |
| rim_offset | No | Offset ET in mm (e.g. 45). Enables geometry. | |
| aspect_ratio | No | Tire aspect ratio (e.g. 45) | |
| bolt_pattern | No | Bolt pattern (e.g. '5x114.3'). Narrows population stats. | |
| rim_diameter | No | Rim diameter in inches (e.g. 18) | |
| section_width | No | Tire section width. Metric tires: mm (95-405, e.g. 225). HF tires (when overall_diameter is set): inches (4.5-14, e.g. 12.5). | |
| overall_diameter | No | Overall tire diameter in inches (e.g. 33). HF mode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||