Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.attention.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Tools

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
string
required
Start date for the report period in YYYY-MM-DD format (inclusive).
end_date
string
required
End date for the report period in YYYY-MM-DD format (inclusive). Must be on or after start_date.
user_uuids
array
List of user UUIDs to filter the report. Leave empty to include all users in the org.
team_uuids
array
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.”