Even Line Extractor
Extract even-numbered lines from text content with support for various indexing methods and custom criteria
API Documentation
Request Endpoint
POST /en/api/tools/even-line-extractor
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| textInput | textarea | Yes | - |
| countingMethod | select | Yes | - |
| startIndex | number | No | - |
| trimLines | checkbox | No | - |
| includeEmptyLines | checkbox | No | - |
| preserveLineNumbers | checkbox | No | - |
| showLineNumbers | checkbox | No | - |
| outputFormat | select | Yes | - |
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-even-line-extractor": {
"name": "even-line-extractor",
"description": "Extract even-numbered lines from text content with support for various indexing methods and custom criteria",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=even-line-extractor",
"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]