Kategorien

Arbeitsstunden-Rechner

Berechnet Arbeitsstunden unter Verwendung von Start- und Endzeit

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/work-hours-calculator

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
operation select Ja -
startDate text Ja -
startTime text Ja -
endTime text Ja -
breakMinutes text Ja -
endDate text Nein -
workDays text Ja -

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-work-hours-calculator": {
      "name": "work-hours-calculator",
      "description": "Berechnet Arbeitsstunden unter Verwendung von Start- und Endzeit",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=work-hours-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]