Categories

AI Text Style Converter - Writing Assistant

Intelligently convert text between different writing styles. Perfect for emails, articles, reports, and various content types

Any text content that needs style conversion - emails, articles, reports, messages, etc.

E.g., "business email to clients", "social media post", "academic paper", "marketing copy"

API Documentation

Request Endpoint

POST /en/api/tools/text-style-converter

Request Parameters

Parameter Name Type Required Description
text textarea Yes Any text content that needs style conversion - emails, articles, reports, messages, etc.
fromStyle select No -
toStyle select Yes -
targetAudience select No -
context textarea No E.g., "business email to clients", "social media post", "academic paper", "marketing copy"
language select No -

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-style-converter": {
      "name": "text-style-converter",
      "description": "Intelligently convert text between different writing styles. Perfect for emails, articles, reports, and various content types",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-style-converter",
      "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]