Skip to main content
Glama

Clockify MCP

by inakianduaga

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

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