Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

log_time

Track and record time spent on tasks in ClickUp by specifying task ID, duration, and optional description. Simplify time management for project workflows.

Instructions

Log time spent on a task

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description
durationYesDuration (e.g., '2h 30m')
task_idYesTask ID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description", "type": "string" }, "duration": { "description": "Duration (e.g., '2h 30m')", "type": "string" }, "task_id": { "description": "Task ID", "type": "string" } }, "required": [ "task_id", "duration" ], "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/DiversioTeam/clickup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server