You're viewing a demo portfolio

Join the waitlist
PRSM

data_transfer

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
data_transfer — WingmanProtocol Agent Gateway — PRSM MCP