Clockify MCP

by inakianduaga
  • Linux
  • Apple

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

ID: etblkq1j7y