Stop the active timer
everhour_stop_timerStop the active timer and record elapsed time on the current task in Everhour.
Instructions
Stop the currently running timer for the authenticated user. Everhour will commit the elapsed time as a time record on the task.
Args:
response_format ('markdown' | 'json'): Output format
Returns the timer state after stopping (status='stopped', today total seconds).
Examples:
"Stop my timer" → no args needed
Error Handling:
404 → no timer is currently running
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable text or 'json' for machine-readable structured data | markdown |