Skip to main content
Glama

Clockify MCP

by inakianduaga

addTimeEntry

Track project hours by adding time entries with project ID, description, and start/end times using the Clockify MCP integration.

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" }

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