clickup_time_start
Start time tracking for ClickUp tasks to record work hours. Begin a timer to log billable or non-billable time with optional descriptions.
Instructions
Start a live time-tracking timer for the authenticated user. If a timer is already running it will be stopped first. Pair with clickup_time_stop to end the timer and record the entry. Use clickup_time_current to inspect the running timer. Returns the newly started time entry object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billable | No | true = mark this time entry as billable (shows as $ in reports); false or omitted = non-billable. | |
| description | No | Free-text description shown on the time entry (e.g. 'pair debugging session'). Optional. | |
| task_id | No | ID of the task to attribute this timer to. Obtain from clickup_task_list (field: id). Omit to track time without a task. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |