file_size_humanize
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries