Statistiques de Plages Numériques
Analyser et compter les nombres dans des plages ou intervalles spécifiés
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/number-range-statistics
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| data | textarea | Oui | - |
| rangeType | select | Non | - |
| binCount | number | Non | - |
| binWidth | number | Non | - |
| startValue | text | Non | - |
| endValue | text | Non | - |
| customRanges | textarea | Non | - |
| dataFormat | select | Non | - |
| includeStatistics | checkbox | Non | - |
| chartData | checkbox | Non | - |
| outputFormat | select | Non | - |
| sortResults | select | Non | - |
Format de réponse
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Texte:
Texte
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"mcpServers": {
"elysiatools-number-range-statistics": {
"name": "number-range-statistics",
"description": "Analyser et compter les nombres dans des plages ou intervalles spécifiés",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=number-range-statistics",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]