Start a Clockify timer
start_timerStart a Clockify timer to track current work, automatically stopping any active timer so only one entry runs at a time. Use with project or task IDs for detailed tracking.
Instructions
Start a running Clockify timer. Clockify allows only one running timer at a time, so this stops any timer already running. Use list_projects / list_tasks first if you need ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | When the timer should start. Defaults to now. | |
| tagIds | No | Tag ids from list_tags. | |
| taskId | No | Task id from list_tasks. | |
| billable | No | Mark the entry billable. | |
| projectId | No | Project id from list_projects. | |
| description | Yes | What you are working on. |