Skip to main content
Glama

ActivityWatch MCP Server

activitywatch_get_events

Retrieve raw events from an ActivityWatch bucket by specifying a bucket ID, date range, and event limit to analyze application usage, browsing history, and productivity patterns.

Instructions

Get raw events from an ActivityWatch bucket

Input Schema

NameRequiredDescriptionDefault
bucketIdYesID of the bucket to fetch events from
endNoEnd date/time in ISO format (e.g. '2024-02-28T23:59:59Z')
limitNoMaximum number of events to return (default: 100)
startNoStart date/time in ISO format (e.g. '2024-02-01T00:00:00Z')

Input Schema (JSON Schema)

{ "properties": { "bucketId": { "description": "ID of the bucket to fetch events from", "type": "string" }, "end": { "description": "End date/time in ISO format (e.g. '2024-02-28T23:59:59Z')", "type": "string" }, "limit": { "description": "Maximum number of events to return (default: 100)", "type": "number" }, "start": { "description": "Start date/time in ISO format (e.g. '2024-02-01T00:00:00Z')", "type": "string" } }, "required": [ "bucketId" ], "type": "object" }
Install Server

Other Tools from ActivityWatch MCP Server

Related Tools

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/8bitgentleman/activitywatch-mcp-server'

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