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
slug_generator
Produces a URL slug from title text: lowercase, ASCII-transliterated, optional stop-word removal, hyphen or underscore separator, and optional maxLength (0 means no extra user cap; wordpress flavor still applies a 200-character cap and shopify 255 via existing generateSlug). Use this Tool when an agent needs a permalink or CMS handle. Do not use it to change letter case (that is case_converter) or to clean or rewrite prose (that is text_cleaner). flavor must be passed explicitly as generic, wordpress, or shopify — Variant URLs such as /text/slug-generator/wordpress or shopify-handle are not a second machine Tool and do not imply flavor.
Page: /text
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
flavor |
string | no | — |
separator |
string | no | — |
removeStopWords |
boolean | no | — |
maxLength |
integer | no | — |
text |
string | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"flavor": {
"type": "string",
"enum": [
"generic",
"wordpress",
"shopify"
],
"default": "generic"
},
"separator": {
"type": "string",
"enum": [
"-",
"_"
],
"default": "-"
},
"removeStopWords": {
"type": "boolean",
"default": false
},
"maxLength": {
"type": "integer",
"minimum": 0,
"maximum": 500,
"default": 0
},
"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.