Line Number Adder
Add line numbers to text or code with customizable formatting options
API Documentation
Request Endpoint
POST /en/api/tools/line-number-adder
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | - |
| startNumber | number | No | - |
| format | select | No | - |
| padding | number | No | - |
| separator | text | No | - |
| skipEmpty | checkbox | No | - |
| skipBlank | 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-line-number-adder": {
"name": "line-number-adder",
"description": "Add line numbers to text or code with customizable formatting options",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=line-number-adder",
"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]