unit_converter
Convert values between units of length, weight, temperature, volume, speed, area, and data storage with a single call.
Instructions
Convert between units of length, weight, temperature, volume, speed, area, and data storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to convert | |
| from | Yes | Source unit (e.g. km, kg, celsius, litre, mph, sqm, gb) | |
| to | Yes | Target unit (e.g. miles, lbs, fahrenheit, gallon, kph, sqft, mb) |