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
case_converter
Converts text case only: upper, lower, title, or camel. mode must be passed explicitly (default upper) — there is no Variant URL that implies a mode. Use this when the letters should change case and the words should stay. Do not use it to produce a URL slug (that is slug_generator) or to clean whitespace, HTML, or duplicate lines (that is text_cleaner).
Page: /text
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
text |
string | yes | — |
mode |
string | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"minLength": 1,
"maxLength": 100000
},
"mode": {
"type": "string",
"enum": [
"upper",
"lower",
"title",
"camel"
],
"default": "upper"
}
},
"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.