convert_unit_convert
Unit Converter — Convert between units of measurement: length, weight, temperature, volume, area, speed, time, and data sizes. [category: convert]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Same rules as 'from', same category. Data units are binary (kilobyte = 1024 B); temperature accepts only celsius/fahrenheit/kelvin. | |
| from | Yes | Full snake_case name ('kilometer', 'mile_per_hour'), not symbols. Temperature units aren't validated — a typo returns garbage. | |
| value | Yes | JSON number, not a string. Negatives are valid (temperatures, deltas). | |
| category | Yes | One of: length, weight, area, volume, speed, time, data, temperature. Anything else = 400. |