Skip to main content
Glama

Wakapi MCP Server

get_project_detail

Retrieve detailed project information from Wakapi including creation date, last activity, and project metadata to track development progress and analyze coding time.

Instructions

Retrieve a single project.

Mimics undocumented endpoint related to https://wakatime.com/developers#projects.

Requires ApiKeyAuth: Set header Authorization to your API Key encoded as Base64 and prefixed with Basic.

Args: id (str, required): Project ID to fetch. user (str, required, default="current"): User ID to fetch data for (or 'current').

Returns: v1.ProjectViewModel: - data (Project): - id (str): Project ID. - name (str): Project name. - urlencoded_name (str): URL encoded name. - created_at (str): Creation timestamp. - last_heartbeat_at (str): Last activity timestamp. - human_readable_last_heartbeat_at (str): Human readable last activity.

Input Schema

NameRequiredDescriptionDefault
idYes
userNocurrent

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "string" }, "user": { "default": "current", "title": "User", "type": "string" } }, "required": [ "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/impure0xntk/mcp-wakapi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server