{"name":"text_wordwrap","title":"Text Word-Wrap / Reflow","category":"developer","description":"Wrap plain text to a fixed column width (stdlib textwrap), returning either an array of lines or a single re-flowed string.","price_usd":0.001,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to wrap"},"mode":{"type":"string","description":"wrap | fill (default wrap)","enum":["wrap","fill"]},"width":{"type":"integer","description":"Max characters per line, 1-1000 (default 70)"},"break_long_words":{"type":"boolean","description":"Split a word longer than width across lines (default true)"}},"additionalProperties":false,"required":["text"]}}