Scramble Words
Quickly make text barely readable
API Documentation
Request Endpoint
POST /en/api/tools/scramble-words
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| textInput | textarea | Yes | - |
| scrambleLevel | select | Yes | - |
| preserveSpacing | checkbox | No | Keep spaces between words |
| seed | number | No | Same seed produces same scrambling |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-scramble-words": {
"name": "scramble-words",
"description": "Quickly make text barely readable",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=scramble-words",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]