whitespace_normalize
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Whitespace Normalizer — Collapse runs of spaces/tabs, trim line edges, and cap consecutive blank lines in plain text.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to normalize"
},
"trim_lines": {
"type": "boolean",
"description": "Strip leading/trailing whitespace from each line (default true)"
},
"collapse_spaces": {
"type": "boolean",
"description": "Collapse space/tab runs within a line to one space (default true)"
},
"max_blank_lines": {
"type": "integer",
"description": "Max consecutive blank lines to keep, 0-10 (default 1)"
}
},
"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