Suffix Remover
Remove common suffixes from each line with intelligent detection and customizable options
API Documentation
Request Endpoint
POST /en/api/tools/suffix-remover
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | - |
| mode | select | No | - |
| customSuffix | text | No | Only used when "Use custom suffix" mode is selected |
| caseSensitive | checkbox | No | - |
| trimWhitespace | checkbox | No | - |
| preserveTrailingSpaces | checkbox | No | - |
| minLength | number | No | - |
| onlyIfAllMatch | checkbox | No | If enabled, only remove suffix 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-suffix-remover": {
"name": "suffix-remover",
"description": "Remove common suffixes from each line with intelligent detection and customizable options",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=suffix-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]