get_user_analytics
Retrieve personal productivity analytics with time breakdowns by category for specified date ranges using the Reclaim.ai calendar integration.
Instructions
Get personal productivity analytics for the current user.
Args: start: Start date in ISO format (e.g., '2026-01-01') end: End date in ISO format (e.g., '2026-01-31') metric_name: The metric to retrieve. One of: - DURATION_BY_CATEGORY - DURATION_BY_DATE_BY_CATEGORY
Returns: Analytics data with time breakdowns by category.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| end | Yes | ||
| metric_name | Yes |