Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

create_project

Create a new project in Clockify by specifying workspace ID, project name, and optional details like client ID, visibility, billing status, color, and estimates for efficient project management.

Instructions

Create a new project

Input Schema

NameRequiredDescriptionDefault
billableNoWhether project is billable (optional)
clientIdNoClient ID (optional)
colorNoProject color (hex code, optional)
estimateNoProject estimate (optional)
isPublicNoWhether project is public (optional)
nameYesProject name
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "billable": { "description": "Whether project is billable (optional)", "type": "boolean" }, "clientId": { "description": "Client ID (optional)", "type": "string" }, "color": { "description": "Project color (hex code, optional)", "type": "string" }, "estimate": { "description": "Project estimate (optional)", "properties": { "estimate": { "description": "Estimate duration (ISO 8601 duration)", "type": "string" }, "type": { "description": "Estimate type", "enum": [ "AUTO", "MANUAL" ], "type": "string" } }, "type": "object" }, "isPublic": { "description": "Whether project is public (optional)", "type": "boolean" }, "name": { "description": "Project name", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "name" ], "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