Session Activity¶
Query the session activity ledger — what this agent session has done through work-buddy. Filters by event type, capability, category, status. Returns last N matching entries (newest first).
MCP name: session_activity
Category: status
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
capability_name |
str |
No | Filter to a specific capability name |
category |
str |
No | Filter by category (tasks, journal, context, etc.) |
event_type |
str |
No | Filter: capability_invoked, workflow_started, workflow_step_completed, search_performed |
include_searches |
bool |
No | Include wb_search events (default false) |
last_n |
int |
No | Return last N matching entries (default 20) |
status |
str |
No | Filter by status: ok, error, consent_required |