# WakaTime

WakaTime offers automatic time tracking for developers, integrating with code editors and delivering dashboards on coding activity, project progress, and productivity

- **Category:** time tracking software
- **Auth:** OAUTH2
- **Composio Managed App Available?** Yes
- **Tools:** 17
- **Triggers:** 0
- **Slug:** `WAKATIME`
- **Version:** 20260413_00

## Tools

### Get Aggregate Stats

**Slug:** `WAKATIME_GET_AGGREGATE_STATS`

Tool to retrieve aggregate coding statistics across all WakaTime users for a given time range. Use when analyzing global trends in programming languages, editors, operating systems, and categories.

### Get current user's status bar summary for today

**Slug:** `WAKATIME_GET_CURRENT_USER_STATUS_BAR_TODAY`

Tool to get current user's coding activity today for displaying in IDE status bars. Use when you need a summary of today's coding time broken down by projects, languages, editors, etc.

### List IDE Plugins

**Slug:** `WAKATIME_GET_EDITORS`

Tool to list WakaTime IDE plugins with metadata. Use when you want to discover available IDE integrations and their latest versions.

### List Goals

**Slug:** `WAKATIME_GET_GOALS`

Tool to list a user's goals with progress series and metadata. Use after authenticating the user with read_goals scope.

### Get User Insight

**Slug:** `WAKATIME_GET_INSIGHTS`

Tool to retrieve an insight for a user over a time range. Use when analyzing user coding metrics after authentication.

### List Leaders

**Slug:** `WAKATIME_GET_LEADERS`

Tool to list public leaders ranked by coding activity. Use when viewing top coders globally or filtering by language, country code, or hireable status.

### List Machine Names

**Slug:** `WAKATIME_GET_MACHINE_NAMES`

Tool to list a user's machines including last seen time. Use when needing machine names for a specific user.

### Get API Meta Information

**Slug:** `WAKATIME_GET_META`

Tool to retrieve WakaTime API meta information, including public IP addresses used by WakaTime servers. Use when you need to know WakaTime's infrastructure details for network configuration or security purposes.

### Generate WakaTime OAuth authorize URL

**Slug:** `WAKATIME_GET_OAUTH_AUTHORIZE`

Tool to generate OAuth 2.0 authorization URL. Use when redirecting users to WakaTime to grant access.

### Get User Details

**Slug:** `WAKATIME_GET_USER`

Tool to get detailed profile information for a WakaTime user by user ID or username. Use 'current' as the user parameter to get the authenticated user's details. Returns comprehensive profile data including display name, email, timezone, plan, and privacy settings.

### Get User's Total Time Since Creation

**Slug:** `WAKATIME_GET_USERS_ALL_TIME_SINCE_TODAY`

Tool to retrieve total coding time since account creation for a user. Use after authenticating to fetch all-time stats.

### Get User Stats

**Slug:** `WAKATIME_GET_USER_STATS`

Tool to retrieve coding statistics for a user over the default time range. Returns comprehensive metrics including languages, editors, projects, and daily averages. Use when analyzing a user's coding patterns and productivity metrics.

### Get User Stats by Range

**Slug:** `WAKATIME_GET_USER_STATS_BY_RANGE`

Tool to retrieve comprehensive coding statistics for a user over a specific time range. Returns breakdowns by language, editor, project, OS, and more, along with daily averages and best day. Use when analyzing productivity patterns or generating coding activity reports for time periods.

### Get User Summaries

**Slug:** `WAKATIME_GET_USER_SUMMARIES`

Get user's coding activity for a time range as daily summaries. Returns detailed breakdowns by projects, languages, editors, and more for each day. Use when you need to analyze coding patterns, track project time, or generate activity reports over a date range. Requires 'read_summaries' scope.

### List Program Languages

**Slug:** `WAKATIME_LIST_PROGRAM_LANGUAGES`

Tool to list all verified program languages supported by WakaTime. Use when you need to discover available programming languages tracked by WakaTime.

### List User Projects

**Slug:** `WAKATIME_LIST_USER_PROJECTS`

List WakaTime projects for a specified user. Returns project names, IDs, creation dates, and last activity times. Use to discover available projects for any user before querying project-specific stats.

### List User Agents

**Slug:** `WAKATIME_LIST_USER_USER_AGENTS`

Tool to list plugins and editors which have sent data for a specified user. Use when needing to discover which development environments and tools a user is actively using.
