gc_time
Track actual time spent on work using timers, manual logging, agent job capture, and duration estimates, with query, aggregation, and capacity analysis to measure productivity and manage workloads.
Instructions
Track actual time spent on work. Timers, manual logging, agent job capture, duration models. Actions: start_timer, stop_timer, log, log_agent_job, delete, running, query, aggregate, capacity, duration_estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Time entry ID | |
| to | No | Query range end (ISO) | |
| from | No | Query range start (ISO) | |
| task | No | Task description (for log_agent_job) | |
| agent | No | Agent name (for log_agent_job) | |
| issue | No | Issue ID (for log_agent_job) | |
| limit | No | Max results | |
| notes | No | Notes about the work | |
| action | Yes | Action to perform | |
| labels | No | Labels for categorization | |
| source | No | Source: manual, agent, auto | |
| ended_at | No | End time (ISO 8601) | |
| event_id | No | Timeline event ID to link to | |
| resource | No | Resource name: leonidas, mobus, ops, etc. | |
| dimension | No | Aggregation dimension: resource, bee_issue_id, source | |
| started_at | No | Start time (ISO 8601) | |
| bee_issue_id | No | Bee issue ID to link to | |
| duration_minutes | No | Explicit duration in minutes |