Stop timer
clockify_stop_timerStop the currently running Clockify timer, honoring rounding and overlap settings for accurate time tracking.
Instructions
Stops the currently running timer. Honors entry_method rounding (end only), include_seconds, and overlap.on_conflict. Pass config_root as that repo's git toplevel when this MCP is user-scoped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_root | No | Absolute git toplevel of the repo that contains .clockify/config.yml. Resolve once per session with `git rev-parse --show-toplevel` from the working directory (open tabs are not required); reuse that string on later calls unless the repo or focused root changed. Do not pass a multi-root .code-workspace folder. | |
| entry_method | No | Config block to honor. Default timer. | |
| workspace_id | No | Workspace ID override. | |
| apply_rounding | No | Override config rounding (default: use the entry_method block). | |
| confirm_overlap | No | Write even when the stopped interval overlaps another entry. |