Kategorien

Triathlon-Rechner

Berechnet Gesamtzeit und Tempo für Triathlon-Veranstaltungen

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/triathlon-calculator

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
swimDistance number Ja -
swimTime number Ja -
bikeDistance number Ja -
bikeTime number Ja -
runDistance number Ja -
runTime number Ja -
transition1 number Nein -
transition2 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-triathlon-calculator": {
      "name": "triathlon-calculator",
      "description": "Berechnet Gesamtzeit und Tempo für Triathlon-Veranstaltungen",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=triathlon-calculator",
      "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]