Start a timer
clockify_start_timerStart a timer in Clockify, stopping any currently running timer to keep a single active entry.
Instructions
Starts the clock. Clockify keeps one running timer per user, so this stops an already running one first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | When the timer started; default now. `09:15`, `2026-08-05 09:15` or full ISO. | |
| tag_ids | No | Tag ids | |
| task_id | No | Task id | |
| billable | No | Mark the entry billable | |
| tag_names | No | Tag names instead of ids | |
| task_name | No | Task name instead of the id; needs a project | |
| project_id | No | Project id | |
| description | No | What was worked on | |
| project_name | No | Project name instead of the id; must be unambiguous | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |