marm_log_show
List all log sessions with entry counts, or view detailed entries for a specific session ordered by date.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||