get_session_log
Get a full timeline of session events and activities to track progress, review context switches, and debug session state.
Instructions
Retrieve your complete session log with events and activities.
WHEN TO USE:
To review the full history of your current and past sessions
To understand when contexts were started, switched, or ended
To track the duration and details of your work sessions
For debugging or understanding session state
USEFUL FOR: Getting a comprehensive view of your session activity and timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log entries to retrieve (default: 50) | |
| agent_id | Yes | Your agent_id from register_agent() (required) |