Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

get_summary_report

Generate a time tracking summary report for a specified workspace, date range, and filters, such as users, clients, projects, and tasks, with options to group, sort, and export in JSON, PDF, CSV, or XLSX formats.

Instructions

Generate a summary time tracking report

Input Schema

NameRequiredDescriptionDefault
billableNoFilter by billable status
clientsNoArray of client IDs to filter
dateRangeEndYesEnd date (ISO 8601 format)
dateRangeStartYesStart date (ISO 8601 format)
exportTypeNoExport format
groupsNoGroup by fields (USER, PROJECT, CLIENT, etc.)
projectsNoArray of project IDs to filter
sortColumnNoSort column
sortOrderNoSort order
tagsNoArray of tag IDs to filter
tasksNoArray of task IDs to filter
usersNoArray of user IDs to filter
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "billable": { "description": "Filter by billable status", "type": "boolean" }, "clients": { "description": "Array of client IDs to filter", "items": { "type": "string" }, "type": "array" }, "dateRangeEnd": { "description": "End date (ISO 8601 format)", "type": "string" }, "dateRangeStart": { "description": "Start date (ISO 8601 format)", "type": "string" }, "exportType": { "description": "Export format", "enum": [ "JSON", "PDF", "CSV", "XLSX" ], "type": "string" }, "groups": { "description": "Group by fields (USER, PROJECT, CLIENT, etc.)", "items": { "type": "string" }, "type": "array" }, "projects": { "description": "Array of project IDs to filter", "items": { "type": "string" }, "type": "array" }, "sortColumn": { "description": "Sort column", "type": "string" }, "sortOrder": { "description": "Sort order", "enum": [ "ASCENDING", "DESCENDING" ], "type": "string" }, "tags": { "description": "Array of tag IDs to filter", "items": { "type": "string" }, "type": "array" }, "tasks": { "description": "Array of task IDs to filter", "items": { "type": "string" }, "type": "array" }, "users": { "description": "Array of user IDs to filter", "items": { "type": "string" }, "type": "array" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "dateRangeStart", "dateRangeEnd" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ratheesh-aot/clockify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server