Metrics

Workspace usage metrics, cycle time, and lead time analytics.

4 tools

# get_metrics

Get workspace-wide usage metrics (tickets, docs, members)

Parameter Type Required Description
workspace_id string Workspace ID

# get_usage_report

Get a usage snapshot for a specific date

Parameter Type Required Description
workspace_id string Workspace ID
date string Date (YYYY-MM-DD)

# compute_cycle_time

Compute average cycle time (in_progress -> done) for a project

Parameter Type Required Description
workspace_id string Workspace ID
project_id string Project ID

# compute_lead_time

Compute average lead time (open -> done) for a project

Parameter Type Required Description
workspace_id string Workspace ID
project_id string Project ID