Categories

Randomize Letters in Text

Quickly randomize the order of letters in text

Keep numbers and symbols in original positions

Maintain original word boundaries

Same seed produces same randomization

API Documentation

Request Endpoint

POST /en/api/tools/randomize-letters

Request Parameters

Parameter Name Type Required Description
textInput textarea Yes -
preserveNonLetters checkbox No Keep numbers and symbols in original positions
preserveSpaces checkbox No Maintain original word boundaries
seed number No Same seed produces same randomization

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-randomize-letters": {
      "name": "randomize-letters",
      "description": "Quickly randomize the order of letters in text",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=randomize-letters",
      "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]