Categories

Array Generator

Generate various types of arrays including numeric sequences, random arrays, test data, and date sequences

API Documentation

Request Endpoint

POST /en/api/tools/array-generator

Request Parameters

Parameter Name Type Required Description
generatorType select Yes -
start number No -
end number No -
step number No -
count number No -
randomType select No -
minValue number No -
maxValue number No -
stringType select No -
dateStart date No -
dateEnd date No -
dateInterval number No -
format select No -

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-array-generator": {
      "name": "array-generator",
      "description": "Generate various types of arrays including numeric sequences, random arrays, test data, and date sequences",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=array-generator",
      "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]