Skip to main content
Glama
efirvida

wakatime-mcp

by efirvida

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WAKATIME_API_KEYYesWakaTime API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
wakatime_summariesB

WakaTime Summaries API を叩き、指定期間の日次サマリ(JSON)を返します。

wakatime_todayB

今日のサマリ(JSON)を返します(Asia/Tokyo をデフォルトにします)。

wakatime_session_durationA

Fetch heartbeats, compute per-file coding time, subtract consumed ranges. Returns formatted summary like 'app.py 35m, auth.py 20m, total 55m'. No raw heartbeat data exposed.

wakatime_mark_consumedA

Mark time ranges as consumed after a commit. Prevents double-counting in subsequent session_duration calls.

wakatime_durationsA

Fetch processed duration blocks by date/project/branches. Returns summarized time blocks, never raw API JSON.

wakatime_projectsA

Fetch a processed list of available WakaTime projects with names and IDs.

wakatime_heartbeatsA

Fetch processed heartbeat data for a date. Returns summarized counts by project/file, never raw heartbeat JSON.

wakatime_all_time_since_todayA

Fetch processed all-time totals per project since the beginning of WakaTime tracking.

wakatime_statsC

Fetch processed aggregated stats for a range (languages, editors, projects, daily average). Never raw API JSON.

wakatime_userA

Validate the WakaTime API key and return account information.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation3/5

Several tools (today, summaries, durations, heartbeats, stats) all return time-tracking data with overlapping periods and granularities, making selection potentially confusing. Descriptions clarify differences, but the boundaries between raw summaries, processed durations, and aggregated stats are not always obvious.

Naming Consistency4/5

All tools share the wakatime_ prefix and use snake_case, creating a clear family identity. However, the semantic structure varies (e.g., wakatime_today is adverbial, wakatime_summaries is a plural noun, wakatime_mark_consumed is verb-object), so the pattern is consistent in style but not in syntactic form.

Tool Count5/5

10 tools is a well-scoped number for a WakaTime integration, covering user info, projects, multiple time-reporting views, and a session-tracking workflow with mark_consumed. Each tool has a distinct role, and the count fits comfortably in the ideal 3-15 range.

Completeness4/5

The tool set covers the major WakaTime API areas: user validation, project listing, summaries, durations, heartbeats, stats, and all-time totals. The session_duration/mark_consumed pair adds a practical workflow. Missing advanced endpoints like goals or leaderboards are non-core, so the surface is nearly complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues