Clockify MCP

by inakianduaga

getSummaryReport

Generate a summary report of hours by user and project for a specified date range. Optional filters include userIds and projectIds for detailed insights.

Instructions

Get a summary report of hours by user/project for a date range. Optional: userIds, projectIds.

Input Schema

NameRequiredDescriptionDefault
endYesEnd date (ISO8601)
projectIdsNoArray of project IDs (optional)
startYesStart date (ISO8601)
userIdsNoArray of user IDs (optional)

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "End date (ISO8601)", "type": "string" }, "projectIds": { "description": "Array of project IDs (optional)", "items": { "type": "string" }, "type": "array" }, "start": { "description": "Start date (ISO8601)", "type": "string" }, "userIds": { "description": "Array of user IDs (optional)", "items": { "type": "string" }, "type": "array" } }, "required": [ "start", "end" ], "type": "object" }

You must be authenticated.

Other Tools from Clockify MCP

Related Tools

ID: etblkq1j7y