log_time
Manually log time for a task using explicit start and end times. Provide the task ID and timestamps to record a time entry with optional tags and description.
Instructions
Registra tiempo manual con inicio y fin explícitos. inicio debe ser anterior a fin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fin | Yes | Fecha ISO 8601, p. ej. 2026-08-02T09:30:00. | |
| tags | No | Tags separados por coma. | |
| inicio | Yes | Fecha ISO 8601, p. ej. 2026-08-02T09:00:00. | |
| task_id | Yes | ||
| descripcion | No |