Categories

Randomize Words in Text

Quickly randomize the order of words in text

Keep punctuation attached to words

Maintain original line breaks and randomize within lines

Same seed produces same randomization

API Documentation

Request Endpoint

POST /en/api/tools/randomize-words

Request Parameters

Parameter Name Type Required Description
textInput textarea Yes -
preservePunctuation checkbox No Keep punctuation attached to words
preserveStructure checkbox No Maintain original line breaks and randomize within 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-words": {
      "name": "randomize-words",
      "description": "Quickly randomize the order of words in text",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=randomize-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]