Resume Timer
timer_resumeResume a paused timer to continue time tracking. Specify an optional end date-time for the pause period, otherwise uses the current time.
Instructions
Use this when the user wants to resume time tracking after a break or pause. This restarts the timer from its paused state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDateTime | No | Optional pause end time in ISO 8601 format (e.g., "2025-10-08T13:00:00Z"). If not provided, uses current time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Timer status after resuming |