Reports surface aggregated activity metrics for your workspace — how many calls were viewed, coaching sessions held, comments left, snippets created, AI insights ran, and Super Agent queries made by each user over a given period. Use them to monitor adoption, build internal dashboards, or feed product analytics.
get_usage_report
Scope: mcp:read. Requires an org-level API key (OAuth tokens and user-level API keys are not supported).
Get a usage report showing per-user activity metrics for a date range. Returns one entry per user with their team, coaching sessions, calls viewed, comments left, snippets created, AI insights ran, and Super Agent usage (web and Slack).
Start date for the report period in YYYY-MM-DD format (inclusive).
End date for the report period in YYYY-MM-DD format (inclusive). Must be on or after start_date.
List of user UUIDs to filter the report. Leave empty to include all users in the org.
List of team UUIDs to filter the report. Leave empty to include all teams.
Returns: A Markdown summary with one section per user, including name, email, team, and activity metrics for the period. Returns an empty-state message when no usage data matches the filters.
Example prompt: “Pull a usage report for the SMB team for last month — I want to see who’s actually using coaching and Super Agent.”