Work Hours Calculator
Calculate work hours using start and end times
API Documentation
Request Endpoint
POST /en/api/tools/work-hours-calculator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| operation | select | Yes | - |
| startDate | text | Yes | - |
| startTime | text | Yes | - |
| endTime | text | Yes | - |
| breakMinutes | text | Yes | - |
| endDate | text | No | - |
| workDays | text | Yes | - |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-work-hours-calculator": {
"name": "work-hours-calculator",
"description": "Calculate work hours using start and end times",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=work-hours-calculator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]