CSV to Markdown
Convert CSV data to Markdown table format
API Documentation
Request Endpoint
POST /en/api/tools/csv-to-markdown
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| csvInput | textarea | Yes | - |
| delimiter | select | No | - |
| hasHeader | checkbox | No | - |
| includeTableBorders | checkbox | No | - |
| addTitle | checkbox | 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-csv-to-markdown": {
"name": "csv-to-markdown",
"description": "Convert CSV data to Markdown table format",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=csv-to-markdown",
"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]