marm_log_entry
Write date-stamped entries to the current session. Switch sessions by starting the entry with 'Session: [name]' or 'Topic: [name]'.
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 |