Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

get_detailed_report

Generate a detailed time tracking report filtered by workspace, date range, users, projects, tasks, and tags, with customizable sorting and export options in JSON, PDF, CSV, or XLSX format.

Instructions

Generate a detailed time tracking report

Input Schema

NameRequiredDescriptionDefault
billableNoFilter by billable status
clientsNoArray of client IDs to filter
customFieldIdsNoArray of custom field IDs
dateRangeEndYesEnd date (ISO 8601 format)
dateRangeStartYesStart date (ISO 8601 format)
descriptionNoFilter by description
exportTypeNoExport format
pageNoPage number (default: 1)
pageSizeNoPage size (default: 50, max: 1000)
projectsNoArray of project IDs to filter
sortColumnNoSort column (DATE, USER, PROJECT, etc.)
sortOrderNoSort order
tagsNoArray of tag IDs to filter
tasksNoArray of task IDs to filter
usersNoArray of user IDs to filter
withoutDescriptionNoFilter entries without description
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" }, "customFieldIds": { "description": "Array of custom field IDs", "items": { "type": "string" }, "type": "array" }, "dateRangeEnd": { "description": "End date (ISO 8601 format)", "type": "string" }, "dateRangeStart": { "description": "Start date (ISO 8601 format)", "type": "string" }, "description": { "description": "Filter by description", "type": "string" }, "exportType": { "description": "Export format", "enum": [ "JSON", "PDF", "CSV", "XLSX" ], "type": "string" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "pageSize": { "description": "Page size (default: 50, max: 1000)", "type": "number" }, "projects": { "description": "Array of project IDs to filter", "items": { "type": "string" }, "type": "array" }, "sortColumn": { "description": "Sort column (DATE, USER, PROJECT, etc.)", "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" }, "withoutDescription": { "description": "Filter entries without description", "type": "boolean" }, "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