Row Calculator
Perform calculations on each row and add new columns
API Documentation
Request Endpoint
POST /en/api/tools/row-calculator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| data | textarea | Yes | - |
| delimiter | select | No | - |
| operation | select | No | - |
| columns | textarea | No | - |
| newColumnName | text | No | - |
| decimalPlaces | number | No | - |
| hasHeader | checkbox | No | - |
| includePreview | checkbox | No | - |
| formatOutput | 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-row-calculator": {
"name": "row-calculator",
"description": "Perform calculations on each row and add new columns",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=row-calculator",
"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]