Skip to main content
Glama

Clockify MCP

by inakianduaga

getUserTimeEntries

Retrieve and list time entries for a specific user on Clockify MCP by specifying user ID and optional date range (ISO8601). Simplify time tracking and management.

Instructions

List time entries for a specified user. Optional: start, end (ISO8601).

Input Schema

NameRequiredDescriptionDefault
endNoEnd date (ISO8601, optional)
startNoStart date (ISO8601, optional)
userIdYesUser ID

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "End date (ISO8601, optional)", "type": "string" }, "start": { "description": "Start date (ISO8601, optional)", "type": "string" }, "userId": { "description": "User ID", "type": "string" } }, "required": [ "userId" ], "type": "object" }

Other Tools from Clockify MCP

Related Tools

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/inakianduaga/clockify-mcp'

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