Kategorien

Leerraum-Normalisierer

Ersetzt aufeinanderfolgende Leerzeichen/Tabulatoren durch ein einzelnes Leerzeichen und entfernt Leerzeichen am Zeilenanfang/-ende

Replace consecutive spaces with a single space

Replace tab characters with spaces

Remove whitespace from the beginning and end of each line

Keep original line breaks (when disabled, collapses multiple consecutive line breaks)

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/whitespace-normalizer

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
textInput textarea Ja -
normalizeSpaces checkbox Nein Replace consecutive spaces with a single space
normalizeTabs checkbox Nein Replace tab characters with spaces
trimLines checkbox Nein Remove whitespace from the beginning and end of each line
preserveLineBreaks checkbox Nein Keep original line breaks (when disabled, collapses multiple consecutive line breaks)

Antwortformat

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-whitespace-normalizer": {
      "name": "whitespace-normalizer",
      "description": "Ersetzt aufeinanderfolgende Leerzeichen/Tabulatoren durch ein einzelnes Leerzeichen und entfernt Leerzeichen am Zeilenanfang/-ende",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=whitespace-normalizer",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]