Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

create_project

The create_project tool enables users to create new projects in Clockify by specifying details like workspace ID, project name, client ID, public visibility, billable status, color, and estimate parameters. It streamlines project setup for efficient time tracking and 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