Text-Muster-Statistiken
Statistiken und Häufigkeitsanalyse von Textmustern (Zahlen, E-Mails, URLs usw.)
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/text-pattern-stats
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| textInput | textarea | Ja | - |
| patternType | select | Ja | - |
| customPattern | text | Nein | Required when "Custom Regex" is selected. Can include flags like /pattern/gi |
| caseSensitive | checkbox | Nein | - |
| showDistribution | checkbox | Nein | - |
| maxResults | number | Nein | - |
Antwortformat
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON-Daten:
JSON-Daten
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-text-pattern-stats": {
"name": "text-pattern-stats",
"description": "Statistiken und Häufigkeitsanalyse von Textmustern (Zahlen, E-Mails, URLs usw.)",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-pattern-stats",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]