getMissingWorklogDays
Reports working days in a date range where the user has logged less time than expected. Expected hours per day come from the user's Tempo schedule, so holidays, non-working days, and part-time schedules are honoured automatically. With users / program / team it checks other people and returns a per-
How to use it
getMissingWorklogDays is exposed by the Tempo MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the getMissingWorklogDays tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Tempo MCP Server
npx wrangler loginOther tools in Tempo MCP Server (6)
Creates multiple worklogs in a single operation.
Creates a new worklog for a specific Jira issue.
Removes an existing worklog.
Modifies an existing worklog.
Aggregates worklogs in a date range and returns hours, worklog count, and percentage per group, sorted by hours descending. Combine groupBy: "user" with program / team / users for a per-person report.
Fetches worklogs for the configured user (or other users via filters) between start and end dates.