marm_log_entry
Log a timestamped entry with topic and summary to the active session, or switch sessions by prefixing with 'Session:' or 'Topic:'.
Instructions
📝 Write a log entry to the active session.
Entries are stored with a date, topic, and summary. If entry begins with
"Session: [name]" or "Topic: [name]", the active session switches to that name
and all subsequent entries route there automatically.
Entry format: YYYY-MM-DD-topic-summary (date prefix is optional; auto-tagged if omitted)
Parameters:
entry: the text to log; plain text or prefixed with "Session:" / "Topic:" to switch sessions
session_name: override the target session explicitly (optional; active session used if omitted)
Returns: status, message confirming the entry or session switch, entry_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | ||
| session_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||