durations
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Wakatime
https://github.com/pipeworx-io/mcp-wakatime
1/7 registries