marm_log_show
List all session summaries or show entries for a given session. Provide a session name to see its logs, or omit to get an overview with entry counts.
Instructions
📋 List log sessions or show entries for a specific session.
Two modes depending on whether `session_name` is provided:
- No session_name: returns a summary of all sessions with entry counts
- With session_name: returns all entries for that session, ordered by date descending
Parameters:
- session_name: name of the session to inspect (omit to list all sessions)
Returns (no session_name): status, sessions list with session_name/entry_count, total_sessions
Returns (with session_name): status, session_name, entries list with id/entry_date/topic/summary/full_entry, total_entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_name | No |