Clockify MCP

by inakianduaga
  • Linux
  • Apple

getUserTimeEntriesByName

Retrieve time entries for a user by name (case-insensitive, partial match supported) within specified date ranges using ISO8601 format. Simplify time tracking and reporting.

Instructions

List time entries for a user by name (case-insensitive, partial match allowed). Optional: start, end (ISO8601).

Input Schema

NameRequiredDescriptionDefault
endNoEnd date (ISO8601, optional)
startNoStart date (ISO8601, optional)
userNameYesUser name (partial/case-insensitive)

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "End date (ISO8601, optional)", "type": "string" }, "start": { "description": "Start date (ISO8601, optional)", "type": "string" }, "userName": { "description": "User name (partial/case-insensitive)", "type": "string" } }, "required": [ "userName" ], "type": "object" }

You must be authenticated.

Other Tools from Clockify MCP

Related Tools

ID: etblkq1j7y