Metrics & Reports

Usage metrics, cycle/lead time, velocity, and saved reports.

12 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

# get_velocity_trend

Velocity per cycle: completed estimate per cycle for a project (or workspace-wide).

Parameter Type Required Description
workspace_id string Workspace ID
project_id string Optional project ID
since string Date to start from (YYYY-MM-DD)

# list_mcp_consumers

Top MCP consumers (by invocation count) for the workspace.

Parameter Type Required Description
workspace_id string Workspace ID
since string Start date (default: 30 days ago)
limit integer Max rows (default: 20)

# list_saved_reports

List saved reports in this workspace.

Parameter Type Required Description
workspace_id string Workspace ID
owner_email string Optional owner filter

# get_saved_report

Get a saved report by ID.

Parameter Type Required Description
workspace_id string Workspace ID
report_id string Saved report ID

# save_report

Save the current report's filter params under a name.

Parameter Type Required Description
workspace_id string Workspace ID
name string Display name
kind string Report kind (throughput|cycle_time|distribution|velocity)
params object Report parameters

# update_saved_report

Update a saved report's name and/or params.

Parameter Type Required Description
workspace_id string Workspace ID
report_id string Saved report ID
name string New name
params object New params

# delete_saved_report

Delete a saved report.

Parameter Type Required Description
workspace_id string Workspace ID
report_id string Saved report ID

# generate_report

Generate a report (async -- returns job_id)

Parameter Type Required Description
workspace_id string Workspace ID
type string Report type
project_ids array Project IDs to include
custom_instructions string Custom report instructions