text_wordwrap
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Text Word-Wrap / Reflow — Wrap plain text to a fixed column width (stdlib textwrap), returning either an array of lines or a single re-flowed string.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"mode": {
"enum": [
"wrap",
"fill"
],
"type": "string",
"description": "wrap | fill (default wrap)"
},
"text": {
"type": "string",
"description": "Text to wrap"
},
"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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries