Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

get_time_entries

Retrieve time entries for a user from Clockify, filtering by workspace, user, date range, project, task, tags, or running status to manage time tracking data effectively.

Instructions

Get time entries for a user

Input Schema

NameRequiredDescriptionDefault
consideredRunningNoInclude running time entries
descriptionNoFilter by description
endNoEnd date filter (ISO 8601)
hydratedNoInclude additional data
inProgressNoFilter by running status
pageNoPage number (default: 1)
pageSizeNoPage size (default: 50, max: 5000)
projectNoFilter by project ID
projectRequiredNoFilter entries that require project
startNoStart date filter (ISO 8601)
tagsNoFilter by tag IDs (comma-separated)
taskNoFilter by task ID
taskRequiredNoFilter entries that require task
userIdNoUser ID (optional, defaults to current user)
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "consideredRunning": { "description": "Include running time entries", "type": "boolean" }, "description": { "description": "Filter by description", "type": "string" }, "end": { "description": "End date filter (ISO 8601)", "type": "string" }, "hydrated": { "description": "Include additional data", "type": "boolean" }, "inProgress": { "description": "Filter by running status", "type": "boolean" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "pageSize": { "description": "Page size (default: 50, max: 5000)", "type": "number" }, "project": { "description": "Filter by project ID", "type": "string" }, "projectRequired": { "description": "Filter entries that require project", "type": "boolean" }, "start": { "description": "Start date filter (ISO 8601)", "type": "string" }, "tags": { "description": "Filter by tag IDs (comma-separated)", "type": "string" }, "task": { "description": "Filter by task ID", "type": "string" }, "taskRequired": { "description": "Filter entries that require task", "type": "boolean" }, "userId": { "description": "User ID (optional, defaults to current user)", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId" ], "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