data_transfer
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Data Transfer Time Calculator — Transfer time from file size and bandwidth (decimal units, 1 byte = 8 bits).
Parameters schema
{
"type": "object",
"required": [
"size_value",
"speed_value"
],
"properties": {
"size_unit": {
"enum": [
"B",
"KB",
"MB",
"GB",
"TB"
],
"type": "string",
"description": "Size unit"
},
"size_value": {
"type": "number",
"description": "File size value"
},
"speed_unit": {
"enum": [
"bps",
"Kbps",
"Mbps",
"Gbps"
],
"type": "string",
"description": "Bandwidth unit"
},
"speed_value": {
"type": "number",
"description": "Bandwidth value"
}
},
"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