Categories

AI Text Expander

Advanced AI text expander that transforms brief content into comprehensive, detailed, and engaging text with multiple expansion strategies

Enter any brief text that needs expansion - outlines, summaries, short paragraphs, or ideas

Select the language of your original text

Choose the type of expansion you need

Select how much you want the text to be expanded

Select the language for expanded output

Select the writing style for expansion

Choose the format for the expanded output

API Documentation

Request Endpoint

POST /en/api/tools/text-expander

Request Parameters

Parameter Name Type Required Description
text textarea Yes Enter any brief text that needs expansion - outlines, summaries, short paragraphs, or ideas
inputLanguage select Yes Select the language of your original text
expansionType select Yes Choose the type of expansion you need
targetLength select Yes Select how much you want the text to be expanded
outputLanguage select Yes Select the language for expanded output
expansionStyle select Yes Select the writing style for expansion
exportFormat select No Choose the format for the expanded output

Response Format

data: {"chunk": "data: processed content 1", "type": "stream"}


data: {"chunk": "data: processed content 2", "type": "stream"}


data: {"type": "done"}
Stream: Stream

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-text-expander": {
      "name": "text-expander",
      "description": "Advanced AI text expander that transforms brief content into comprehensive, detailed, and engaging text with multiple expansion strategies",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-expander",
      "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]