Categories

Randomize Text Lines

Quickly randomize the order of lines in text

Keep empty lines at their original positions

Remove whitespace from beginning and end of lines

Same seed produces same randomization

API Documentation

Request Endpoint

POST /en/api/tools/randomize-text-lines

Request Parameters

Parameter Name Type Required Description
textInput textarea Yes -
preserveEmptyLines checkbox No Keep empty lines at their original positions
trimLines checkbox No Remove whitespace from beginning and end of lines
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-text-lines": {
      "name": "randomize-text-lines",
      "description": "Quickly randomize the order of lines in text",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=randomize-text-lines",
      "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]