utility_unit_convert
Convert numeric values between units of length, mass, temperature, or data storage. Specify source and target units to get the converted result.
Instructions
Convert values between physical or data units (length, mass, temperature, data storage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target unit (e.g. 'km', 'in', 'fahrenheit', 'tb'). | |
| from | Yes | Source unit (e.g. 'm', 'ft', 'celsius', 'gb'). | |
| type | Yes | The measurement type. | |
| value | Yes | The numeric value to convert. |