Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

update_client

Modify client details such as name or archive status within a Clockify workspace by specifying the workspace and client ID using this integration tool.

Instructions

Update an existing client

Input Schema

NameRequiredDescriptionDefault
archivedNoWhether client is archived
clientIdYesClient ID
nameNoClient name
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Whether client is archived", "type": "boolean" }, "clientId": { "description": "Client ID", "type": "string" }, "name": { "description": "Client name", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "clientId" ], "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