start_time_entry
Start a live timer for work tracking, optionally tied to a task and marked as billable. Use stop_time_entry to end the timer.
Instructions
Start a live timer for the token owner, optionally bound to a task and marked billable. Returns the started entry. Stop it later with stop_time_entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| task_id | No | Task id to bind the timer to. Omit for an untied timer. | |
| description | No | Optional note describing what is being worked on. | |
| tags | No | Array of time-entry tag objects to attach, e.g. [{ name, tag_fg, tag_bg }]. | |
| billable | No | If true, mark the logged time as billable. |