Kategorien

KML zu GeoJSON Konverter

KML (Keyhole Markup Language) Format zu GeoJSON Format konvertieren

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/kml-to-geojson

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
kmlInput textarea Ja -
prettyPrint 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-kml-to-geojson": {
      "name": "kml-to-geojson",
      "description": "KML (Keyhole Markup Language) Format zu GeoJSON Format konvertieren",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=kml-to-geojson",
      "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]