Number Range Statistics
Analyze and count numbers within specified ranges or intervals
API Documentation
Request Endpoint
POST /en/api/tools/number-range-statistics
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| data | textarea | Yes | - |
| rangeType | select | No | - |
| binCount | number | No | - |
| binWidth | number | No | - |
| startValue | text | No | - |
| endValue | text | No | - |
| customRanges | textarea | No | - |
| dataFormat | select | No | - |
| includeStatistics | checkbox | No | - |
| chartData | checkbox | No | - |
| outputFormat | select | No | - |
| sortResults | 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-number-range-statistics": {
"name": "number-range-statistics",
"description": "Analyze and count numbers within specified ranges or intervals",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=number-range-statistics",
"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]