get_total_hours
Calculate total registered work hours for an employee within a specified date range using the Tripletex MCP Server.
Instructions
Get total hours registered for an employee in a date range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | No | Employee ID (defaults to token owner) | |
| startDate | No | Start date (yyyy-MM-dd, defaults to today) | |
| endDate | No | End date (yyyy-MM-dd, defaults to tomorrow) |