get_session_log
Retrieve the complete audit log of an agent session, including every tool call, safety check, and blocked attempt. Use a session ID to replay past sessions or omit for the current session.
Instructions
Return the full audit log for an agent session.
Every tool call made by an agent is recorded with a session ID — a UUID
generated when the MCP server starts. Use this tool to replay exactly
what an agent issued during a session: every command, every safety check
that fired, every blocked attempt.
Args:
session_id: Session UUID to query. Omit to use the current session.
limit: Maximum records to return (default 100, max 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| session_id | No |