Unit Conversion
utilities__unit-conversionConvert measurement units for length, weight, volume, speed, and temperature with verified data quality and audit trails.
Instructions
[Utilities Agent] Convert between common units of measurement. Supports length (km, miles, m, ft, cm, inches, yards), weight (kg, lbs, g, oz), volume (liters, gallons, ml, cups), speed (kph, mph, m/s), and temperature (C, F, K). Source: Local Computation (N/A), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The numeric value to convert | |
| from | Yes | Source unit (e.g. 'km', 'lbs', 'C', 'liters') | |
| to | Yes | Target unit (e.g. 'miles', 'kg', 'F', 'gallons') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |