{"name":"whitespace_normalize","title":"Whitespace Normalizer","category":"developer","description":"Collapse runs of spaces/tabs, trim line edges, and cap consecutive blank lines in plain text.","price_usd":0.001,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to normalize"},"collapse_spaces":{"type":"boolean","description":"Collapse space/tab runs within a line to one space (default true)"},"trim_lines":{"type":"boolean","description":"Strip leading/trailing whitespace from each line (default true)"},"max_blank_lines":{"type":"integer","description":"Max consecutive blank lines to keep, 0-10 (default 1)"}},"additionalProperties":false,"required":["text"]}}