Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

stop_time_entry

Stop a running time entry in Clockify by specifying the workspace ID, user ID, and optional end time (defaults to current time). Simplifies time tracking management.

Instructions

Stop a running time entry

Input Schema

NameRequiredDescriptionDefault
endNoEnd time (ISO 8601 format, optional - defaults to now)
userIdYesUser ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "End time (ISO 8601 format, optional - defaults to now)", "type": "string" }, "userId": { "description": "User ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "userId" ], "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