Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

create_task

Add a new task to a Clockify project by specifying workspace ID, project ID, task name, and optional details like assignees, estimate, and status for efficient task management.

Instructions

Create a new task in a project

Input Schema

NameRequiredDescriptionDefault
assigneeIdsNoArray of assignee user IDs (optional)
estimateNoTask estimate (ISO 8601 duration, optional)
nameYesTask name
projectIdYesProject ID
statusNoTask status (optional)
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "assigneeIds": { "description": "Array of assignee user IDs (optional)", "items": { "type": "string" }, "type": "array" }, "estimate": { "description": "Task estimate (ISO 8601 duration, optional)", "type": "string" }, "name": { "description": "Task name", "type": "string" }, "projectId": { "description": "Project ID", "type": "string" }, "status": { "description": "Task status (optional)", "enum": [ "ACTIVE", "DONE" ], "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "projectId", "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