HTML-Tag-Entferner
Entfernt HTML-Tags und extrahiert sauberen Textinhalt
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/html-tag-stripper
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| html | textarea | Ja | - |
| preserveWhitespace | checkbox | Nein | Keep multiple spaces and formatting |
| preserveLineBreaks | checkbox | Nein | Keep paragraph and line break structure |
| decodeEntities | checkbox | Nein | Convert & < > etc. to their characters |
| removeScriptStyle | checkbox | Nein | Completely remove JavaScript and CSS content |
| customKeepTags | text | Nein | Tags to preserve (comma-separated tag names) |
Antwortformat
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-html-tag-stripper": {
"name": "html-tag-stripper",
"description": "Entfernt HTML-Tags und extrahiert sauberen Textinhalt",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=html-tag-stripper",
"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]