unit_convert
Convert numeric values across units for length, mass, volume, time, data size, and temperature. Give a value, source unit, and target unit to get the conversion.
Instructions
Convert a numeric value between units: length, mass, volume, time, data size, and temperature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target unit, e.g. "mi", "kg", "fahrenheit" | |
| from | Yes | Source unit, e.g. "km", "lb", "celsius" | |
| value | Yes | Numeric value to convert |