Pause Timer
timer_pausePause the active timer to take a break while keeping the current task active. Optionally specify a start time for the pause.
Instructions
Use this when the user wants to pause the timer to take a break. This temporarily stops time tracking while keeping the task active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDateTime | No | Optional pause start time in ISO 8601 format (e.g., "2025-10-08T12:00:00Z"). If not provided, uses current time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Timer status after pausing |