Returns the task the authenticated user currently has a running timer on (task name, #number, started_at, elapsed time), or a clear message that no timer is running. Call this before StartStopTimetrackTool when you need to know current timer state rather than guess from a toggle.
Safety: Read only
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
| — | — | no | This tool accepts no input. |
Example prompt
Use get-running-timer-tool to help me with the relevant Taskavel task.
Example call
{
"name": "get-running-timer-tool",
"arguments": {}
}