unit_convert
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Unit Converter — Convert length, mass, volume, time, data or temperature between units.
Parameters schema
{
"type": "object",
"required": [
"value",
"from_unit",
"to_unit"
],
"properties": {
"value": {
"type": "number",
"description": "Value to convert"
},
"to_unit": {
"type": "string",
"description": "Target unit in the same category"
},
"from_unit": {
"type": "string",
"description": "Source unit (e.g. km, lb, gal, C, MB)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries