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_diff
Computes a sequential diff of two pasted strings in the browser (character, word, or line granularity). Pass left and right (each 0–100000 chars) plus optional granularity, ignoreCase, and whitespace. Variant URLs and the file-picker source are not a second machine Tool — pass left and right as strings. Do not use this to find-and-replace in one string (that is find_and_replace) or to count words (that is word_counter).
Page: /text
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
granularity |
string | no | — |
ignoreCase |
boolean | no | — |
whitespace |
string | no | — |
mono |
boolean | no | — |
source |
string | no | — |
left |
string | yes | — |
right |
string | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"granularity": {
"type": "string",
"enum": [
"char",
"word",
"line"
],
"default": "word"
},
"ignoreCase": {
"type": "boolean",
"default": false
},
"whitespace": {
"type": "string",
"enum": [
"sensitive",
"ignore"
],
"default": "sensitive"
},
"mono": {
"type": "boolean",
"default": false
},
"source": {
"type": "string",
"enum": [
"text",
"file"
],
"default": "text"
},
"left": {
"type": "string",
"maxLength": 100000
},
"right": {
"type": "string",
"maxLength": 100000
}
},
"required": [
"left",
"right"
],
"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.