get_session_info
Retrieve current session details, including session ID, tool call count, and duration.
Instructions
Get information about the current session.
Returns session statistics including:
session_id: Unique session identifier
tool_calls: Number of tool calls in this session
duration_seconds: Session duration
Returns: Dictionary with session information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||