Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

update_project

Modify project details such as name, client ID, visibility, billing status, color, and archive status in Clockify to streamline time tracking and project management.

Instructions

Update an existing project

Input Schema

NameRequiredDescriptionDefault
archivedNoWhether project is archived
billableNoWhether project is billable
clientIdNoClient ID
colorNoProject color (hex code)
isPublicNoWhether project is public
nameNoProject name
projectIdYesProject ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Whether project is archived", "type": "boolean" }, "billable": { "description": "Whether project is billable", "type": "boolean" }, "clientId": { "description": "Client ID", "type": "string" }, "color": { "description": "Project color (hex code)", "type": "string" }, "isPublic": { "description": "Whether project is public", "type": "boolean" }, "name": { "description": "Project name", "type": "string" }, "projectId": { "description": "Project ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "projectId" ], "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