Categories

AI Text Polisher

Advanced AI text polisher that improves grammar, enhances expression, and refines writing style for better readability and impact

Enter any text that needs improvement - essays, emails, articles, reports, or creative writing

Select the language of your original text

Choose the type of polishing you need

Select the desired writing style

Select the language for polished output

Select how much you want the text to be improved

Include in-depth analysis of improvements and writing suggestions

Choose the format for the polished output

API Documentation

Request Endpoint

POST /en/api/tools/text-polisher

Request Parameters

Parameter Name Type Required Description
text textarea Yes Enter any text that needs improvement - essays, emails, articles, reports, or creative writing
inputLanguage select Yes Select the language of your original text
polishType select Yes Choose the type of polishing you need
styleTarget select Yes Select the desired writing style
outputLanguage select Yes Select the language for polished output
improvementLevel select Yes Select how much you want the text to be improved
includeAnalysis checkbox No Include in-depth analysis of improvements and writing suggestions
exportFormat select No Choose the format for the polished 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-polisher": {
      "name": "text-polisher",
      "description": "Advanced AI text polisher that improves grammar, enhances expression, and refines writing style for better readability and impact",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-polisher",
      "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]