simpletoolstack.com
Free image and text tools that run right in your browser — compress, convert, clean and reshape your files. No sign-up, nothing uploaded.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 20 · Transact 0 · Score: Not yet scored
Tool inspector
text_cleaner
Cleans and normalizes pasted text in one pass: whitespace, line breaks, duplicate lines, optional HTML stripping and quote straightening. Operations are combinable via input flags (lineBreaks, collapseSpaces, stripHtmlTags, and the other configSchema fields) — they are not separate machine Tools. Variant URLs such as remove-line-breaks or remove-duplicate-lines are not extra machine names. Use this when the text should keep its meaning. Do not use it to rewrite content, to make a URL slug (that is slug_generator), or to change letter case only (that is case_converter).
Page: /text
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
lineBreaks |
string | no | — |
lineBreakReplacement |
string | no | — |
collapseSpaces |
boolean | no | — |
normalizeUnicodeSpaces |
boolean | no | — |
trimLines |
boolean | no | — |
removeBlankLines |
boolean | no | — |
removeDuplicateLines |
boolean | no | — |
dedupeIgnoreCase |
boolean | no | — |
dedupeConsecutiveOnly |
boolean | no | — |
sortLines |
boolean | no | — |
straightenQuotes |
boolean | no | — |
stripHtmlTags |
boolean | no | — |
text |
string | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"lineBreaks": {
"type": "string",
"enum": [
"keep",
"remove-single",
"remove-all"
],
"default": "keep"
},
"lineBreakReplacement": {
"type": "string",
"enum": [
"space",
"none"
],
"default": "space"
},
"collapseSpaces": {
"type": "boolean",
"default": true
},
"normalizeUnicodeSpaces": {
"type": "boolean",
"default": true
},
"trimLines": {
"type": "boolean",
"default": true
},
"removeBlankLines": {
"type": "boolean",
"default": false
},
"removeDuplicateLines": {
"type": "boolean",
"default": false
},
"dedupeIgnoreCase": {
"type": "boolean",
"default": false
},
"dedupeConsecutiveOnly": {
"type": "boolean",
"default": false
},
"sortLines": {
"type": "boolean",
"default": false
},
"straightenQuotes": {
"type": "boolean",
"default": false
},
"stripHtmlTags": {
"type": "boolean",
"default": false
},
"text": {
"type": "string",
"minLength": 1,
"maxLength": 100000
}
},
"required": [
"text"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.