marm_log_show
List all log sessions or view entries for a specific session, including dates, topics, and summaries.
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 |