convert_units
Convert any numeric value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
Instructions
Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target unit in the SAME category as 'from', e.g. 'mi', 'km', 'lb', 'F'. | |
| from | Yes | Source unit, e.g. 'km', 'mi', 'kg', 'lb', 'C', 'F', 'GB', 'm/s'. | |
| value | Yes | The numeric value to convert. |