unit-intel__convert_to_multiple
ActiveTool of TO1 Intelligence Fleet
declared in 1.0.0
[unit-intel] Convert one value to several units at once. Example: convert 100 miles to kilometers, meters, feet, and yards all in one call. Useful for getting a full reference table.
Parameters schema
{
"type": "object",
"required": [
"value",
"from",
"to"
],
"properties": {
"to": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of target units (e.g. ['kilometer', 'meter', 'foot', 'yard'])"
},
"from": {
"type": "string",
"description": "Source unit (e.g. 'mile', 'pound', 'fahrenheit')"
},
"value": {
"type": "number",
"description": "The numeric value to convert"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries