unit-intel__convert_unit
ActiveTool of TO1 Intelligence Fleet
[unit-intel] Convert a value from one unit to another. Supports: length (meter, mile, foot, inch, km), weight (kg, pound, ounce, gram), temperature (Celsius, Fahrenheit, Kelvin), volume (liter, gallon, cup, ml), speed (mph, km/h, knots, m/s), area (acre, hectare, sq ft, sq km), energy (joule, calorie, kWh, BTU), pressure (pascal, PSI, bar, atm), digital storage (byte, KB, MB, GB, TB), time (second, minute, hour, day, year).
Parameters schema
{
"type": "object",
"required": [
"value",
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Target unit (e.g. 'kilometer', 'pound', 'celsius', 'liter', 'km/h', 'hectare', 'joule', 'bar', 'MB', 'minute')"
},
"from": {
"type": "string",
"description": "Source unit (e.g. 'mile', 'kg', 'fahrenheit', 'gallon', 'mph', 'acre', 'kWh', 'PSI', 'GB', 'hour')"
},
"value": {
"type": "number",
"description": "The numeric value to convert"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TO1 Intelligence Fleet
1/7 registries