start_timer
Start (or replace) your running timer on a subtask. There is at most one running timer per user; starting a new one replaces any existing. Stop it later with stop_timer to create a Draft time entry, or cancel it with cancel_timer to discard it. Supply subtask_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subtask_id | Yes | Id of the subtask to track time against. | |
| description | No | Optional description of the work being tracked. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |