Categories

Data Cleaner

Clean and standardize data by fixing spelling errors, standardizing formats, removing duplicates, and filling missing values

Custom separator for CSV/TSV/SSV formats

API Documentation

Request Endpoint

POST /en/api/tools/data-cleaner

Request Parameters

Parameter Name Type Required Description
data textarea Yes -
format select Yes -
fixSpelling checkbox No -
standardizeFormat checkbox No -
removeDuplicates checkbox No -
fillMissing checkbox No -
trimWhitespace checkbox No -
removeEmpty checkbox No -
separator text No Custom separator for CSV/TSV/SSV formats
outputFormat select No -
caseStyle select No -
dateFormat select No -
numberFormat select No -

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-data-cleaner": {
      "name": "data-cleaner",
      "description": "Clean and standardize data by fixing spelling errors, standardizing formats, removing duplicates, and filling missing values",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=data-cleaner",
      "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]