Categories

Paragraph Formatter

Normalize paragraph formatting with proper spacing, punctuation, and structure

Remove multiple consecutive spaces between words

Fix spacing before punctuation marks (periods, commas, etc.)

Replace various quote characters with standard quotes

Capitalize the first letter of each paragraph

Add extra line breaks after paragraphs

Remove excessive empty lines between paragraphs

Add indentation to the first line of text

Add hanging indent to subsequent paragraphs

API Documentation

Request Endpoint

POST /en/api/tools/paragraph-formatter

Request Parameters

Parameter Name Type Required Description
textInput textarea Yes -
removeExtraSpaces checkbox No Remove multiple consecutive spaces between words
fixPunctuation checkbox No Fix spacing before punctuation marks (periods, commas, etc.)
normalizeQuotes checkbox No Replace various quote characters with standard quotes
fixCase checkbox No Capitalize the first letter of each paragraph
addLineBreaks checkbox No Add extra line breaks after paragraphs
removeEmptyLines checkbox No Remove excessive empty lines between paragraphs
maxWidth number No -
indentFirstLine checkbox No Add indentation to the first line of text
hangingIndent checkbox No Add hanging indent to subsequent paragraphs

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-paragraph-formatter": {
      "name": "paragraph-formatter",
      "description": "Normalize paragraph formatting with proper spacing, punctuation, and structure",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=paragraph-formatter",
      "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]