Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

create_time_entry

Automate time tracking by creating new entries in Clockify. Specify workspace, start and end times, project, task, tags, and billing status to manage time efficiently.

Instructions

Create a new time entry

Input Schema

NameRequiredDescriptionDefault
billableNoWhether the entry is billable (optional)
descriptionNoTime entry description
endNoEnd time (ISO 8601 format, optional for ongoing entries)
projectIdNoProject ID (optional)
startYesStart time (ISO 8601 format)
tagIdsNoArray of tag IDs (optional)
taskIdNoTask ID (optional)
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

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