unit_convert
Convert a numeric value between supported length, mass, or temperature units—for example miles to kilometers or Celsius to Fahrenheit—when you need a deterministic unit conversion.
Use when:
Convert 10 miles to kilometers
What is 25°C in Fahrenheit?
Convert a mass value between kilograms and pounds
Do not use when:
Convert currencies or fetch exchange rates (use currency_lookup for metadata only)
Convert timestamps or timezones (use timestamp_convert / timezone_convert)
Convert unsupported unit categories outside length, mass, and temperature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| to_unit | Yes | ||
| from_unit | Yes |