Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

update_time_entry

Modify existing time entries in Clockify by updating details such as start/end times, descriptions, project/task IDs, tags, and billing status to ensure accurate time tracking.

Instructions

Update an existing time entry

Input Schema

NameRequiredDescriptionDefault
billableNoWhether the entry is billable
descriptionNoTime entry description
endNoEnd time (ISO 8601 format)
projectIdNoProject ID
startNoStart time (ISO 8601 format)
tagIdsNoArray of tag IDs
taskIdNoTask ID
timeEntryIdYesTime entry ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "billable": { "description": "Whether the entry is billable", "type": "boolean" }, "description": { "description": "Time entry description", "type": "string" }, "end": { "description": "End time (ISO 8601 format)", "type": "string" }, "projectId": { "description": "Project ID", "type": "string" }, "start": { "description": "Start time (ISO 8601 format)", "type": "string" }, "tagIds": { "description": "Array of tag IDs", "items": { "type": "string" }, "type": "array" }, "taskId": { "description": "Task ID", "type": "string" }, "timeEntryId": { "description": "Time entry ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "timeEntryId" ], "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