format_bytes
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Convert raw byte counts to human-readable sizes in SI (KB=1000) or IEC (KiB=1024) units, or parse size strings back to bytes. Covers B, KB/KiB, MB/MiB, GB/GiB, TB/TiB, PB/PiB.
Parameters schema
{
"type": "object",
"properties": {
"bytes": {
"type": "number",
"description": "Number of bytes to format"
},
"standard": {
"enum": [
"both",
"si",
"iec"
],
"type": "string",
"description": "Output standard (default: both)"
},
"size_string": {
"type": "string",
"description": "Size string to parse to bytes (e.g. \"1.5 GB\", \"512 MiB\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries