You're viewing a demo portfolio

Join the waitlist
PRSM

durations

Active

Tool of Wakatime

declared in 0.1.0

Fetch WakaTime coding durations (start/end timestamps with project and file) for a single day (date required, YYYY-MM-DD); optionally slice_by entity/language/branch for granular session data.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "date": "2024-01-15",
      "user_id": "wakatime_user_123"
    }
  ],
  "required": [
    "user_id",
    "date"
  ],
  "properties": {
    "date": {
      "type": "string"
    },
    "project": {
      "type": "string"
    },
    "timeout": {
      "type": "number"
    },
    "user_id": {
      "type": "string"
    },
    "branches": {
      "type": "string"
    },
    "slice_by": {
      "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 →