Clockify MCP

by inakianduaga
  • Linux
  • Apple

getUserTimeEntries

Retrieve time entries for a specific user within a defined period using Clockify MCP. Specify user ID and optional start/end dates in ISO8601 format for precise tracking.

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" }

You must be authenticated.

Other Tools from Clockify MCP

Related Tools

ID: etblkq1j7y