AI Text Continuator
Intelligent AI-powered text completion tool that continues your text naturally based on context, style, and intended direction
API Documentation
Request Endpoint
POST /en/api/tools/text-continuator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | Enter any text fragment that needs continuation - paragraphs, sentences, or partial thoughts |
| language | select | Yes | Select the language of your text |
| continuationStyle | select | Yes | Choose how you want the text to be continued |
| targetLength | select | Yes | Select how much continuation text you want |
| tone | select | Yes | Select the tone for the continued text |
| maintainContext | checkbox | No | Whether to maintain complete context and coherence with original text |
| creativeLevel | select | Yes | Select the level of creativity in continuation |
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-continuator": {
"name": "text-continuator",
"description": "Intelligent AI-powered text completion tool that continues your text naturally based on context, style, and intended direction",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-continuator",
"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]