Kategorien

Text to XML Converter

Convert various text formats to XML with customizable structure and formatting options

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/text-to-xml

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
textInput textarea Ja -
inputFormat select Ja -
rootElement text Nein -
rowElement text Nein -
includeDeclaration checkbox Nein -
includeAttributes checkbox Nein -
attributeName text Nein -
cdataSections checkbox Nein -
escapeSpecialChars checkbox Nein -
prettyPrint checkbox Nein -
indentSize number Nein -
showStats checkbox Nein -

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-text-to-xml": {
      "name": "text-to-xml",
      "description": "Convert various text formats to XML with customizable structure and formatting options",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-to-xml",
      "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]