get_session_log
Retrieve a detailed audit log of all agent session calls, safety checks, and blocked attempts.
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 |