ActivityWatch MCP Server

activitywatch_list_buckets

List all ActivityWatch buckets with optional type filtering

Input Schema

NameRequiredDescriptionDefault
includeDataNoInclude bucket data in response
typeNoFilter buckets by type

Input Schema (JSON Schema)

{ "properties": { "includeData": { "description": "Include bucket data in response", "type": "boolean" }, "type": { "description": "Filter buckets by type", "type": "string" } }, "type": "object" }