Get Timer Status
timer_statusCheck the current state of your timer to see if it is running, paused, or stopped, and get details about the active task.
Instructions
Use this when the user wants to check the current state of their timer, including whether it's running, paused, or stopped, and details about the active task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Current timer status | |
| projectTitle | No | Name of the project being tracked (if active) | |
| projectId | No | ID of the project (if active) | |
| description | No | Task description (if provided) | |
| duration | No | Current duration in seconds (if active) | |
| hours | No | Hours component of duration | |
| minutes | No | Minutes component of duration |