Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

duplicate_time_entry

Generate a copy of a specific time entry in Clockify by providing the workspace ID, user ID, and time entry ID to streamline repetitive tracking tasks.

Instructions

Duplicate a time entry

Input Schema

NameRequiredDescriptionDefault
idYesTime entry ID to duplicate
userIdYesUser ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Time entry ID to duplicate", "type": "string" }, "userId": { "description": "User ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "userId", "id" ], "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