Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

update_task

Modify task details in Clockify, including name, assignees, estimate, and status, by specifying workspace, project, and task IDs. Streamlines task management across projects.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
assigneeIdsNoArray of assignee user IDs
estimateNoTask estimate (ISO 8601 duration)
nameNoTask name
projectIdYesProject ID
statusNoTask status
taskIdYesTask ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

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