Stop Timer
timer_stopStop the active timer and end the time tracking session. Optionally specify an end time in ISO 8601 format.
Instructions
Use this when the user wants to stop the currently active timer and complete the time tracking session. The user can optionally specify when the timer should be stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDateTime | No | Optional end time in ISO 8601 format (e.g., "2025-10-08T18:00:00Z"). If not provided, uses current time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Timer status after stopping | |
| duration | Yes | Total duration tracked in seconds | |
| hours | No | Hours component of duration | |
| minutes | No | Minutes component of duration |