You're viewing a demo portfolio

Join the waitlist
PRSM

file_size_humanize

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

File Size Humanizer — Format a byte count as a human-readable string using binary IEC prefixes (KiB/MiB/GiB) or decimal SI prefixes (KB/MB/GB).

Parameters schema

{
  "type": "object",
  "required": [
    "bytes"
  ],
  "properties": {
    "mode": {
      "enum": [
        "binary",
        "decimal"
      ],
      "type": "string",
      "description": "binary | decimal (default binary)"
    },
    "bytes": {
      "type": "number",
      "description": "Byte count to format (>= 0)"
    },
    "precision": {
      "type": "integer",
      "description": "Decimal places above the base unit, 0-6 (default 2)"
    }
  },
  "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 →
file_size_humanize — WingmanProtocol Agent Gateway — PRSM MCP