Categories

Prefix Remover

Remove common prefixes from each line with intelligent detection and customizable options

Only used when "Use custom prefix" mode is selected

If enabled, only remove prefix if all lines contain it

API Documentation

Request Endpoint

POST /en/api/tools/prefix-remover

Request Parameters

Parameter Name Type Required Description
text textarea Yes -
mode select No -
customPrefix text No Only used when "Use custom prefix" mode is selected
caseSensitive checkbox No -
trimWhitespace checkbox No -
preserveIndentation checkbox No -
minLength number No -
onlyIfAllMatch checkbox No If enabled, only remove prefix if all lines contain it

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-prefix-remover": {
      "name": "prefix-remover",
      "description": "Remove common prefixes from each line with intelligent detection and customizable options",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=prefix-remover",
      "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]