You're viewing a demo portfolio

Join the waitlist
PRSM

whitespace_normalize

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
whitespace_normalize — WingmanProtocol Agent Gateway — PRSM MCP