You're viewing a demo portfolio

Join the waitlist
PRSM

format_bytes

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
format_bytes — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP