start_task
Start a timer on a task and prevent double tracking by rejecting if another timer is active. Accepts task ID, optional tags, and description.
Instructions
Inicia un timer sobre una tarea. Rechaza si ya hay un registro en curso.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags separados por coma. | |
| task_id | Yes | ||
| descripcion | No |