You're viewing a demo portfolio

Join the waitlist
PRSM

summaries

Active

Tool of Wakatime

declared in 0.1.0

Fetch WakaTime daily coding summaries for a user over a date range (start/end required, YYYY-MM-DD); returns per-day breakdowns by project, language, editor, OS, and category in seconds.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end": "2024-01-31",
      "start": "2024-01-01",
      "user_id": "wakatime_user_123"
    }
  ],
  "required": [
    "user_id",
    "start",
    "end"
  ],
  "properties": {
    "end": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "project": {
      "type": "string"
    },
    "timeout": {
      "type": "number"
    },
    "user_id": {
      "type": "string"
    },
    "branches": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    },
    "writes_only": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Wakatime

https://github.com/pipeworx-io/mcp-wakatime

1/7 registries
View full server →