{"name":"file_size_humanize","title":"File Size Humanizer","category":"developer","description":"Format a byte count as a human-readable string using binary IEC prefixes (KiB/MiB/GiB) or decimal SI prefixes (KB/MB/GB).","price_usd":0.001,"input_schema":{"type":"object","properties":{"bytes":{"type":"number","description":"Byte count to format (>= 0)"},"mode":{"type":"string","description":"binary | decimal (default binary)","enum":["binary","decimal"]},"precision":{"type":"integer","description":"Decimal places above the base unit, 0-6 (default 2)"}},"additionalProperties":false,"required":["bytes"]}}