Skip to main content
Glama

Clockify MCP

by inakianduaga

addTimeEntry

Track work hours by adding time entries to projects using Clockify MCP. Specify project ID, description, start, and end times for accurate time management.

Instructions

Add a time entry to a project.

Input Schema

NameRequiredDescriptionDefault
descriptionYesDescription of the time entry
endYesEnd time (ISO8601)
projectIdYesClockify project ID
startYesStart time (ISO8601)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the time entry", "type": "string" }, "end": { "description": "End time (ISO8601)", "type": "string" }, "projectId": { "description": "Clockify project ID", "type": "string" }, "start": { "description": "Start time (ISO8601)", "type": "string" } }, "required": [ "projectId", "description", "start", "end" ], "type": "object" }

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