session-log
Append log entries to active sessions to track conversation history, tool usage, and status updates for complete audit trails.
Instructions
Append a log entry to an existing session for tracking conversation history, tool usage, or status updates. Creates a new log record in the session. Use this to maintain an audit trail of actions taken during a session. Requires scope: sessions:write. Use session-hydrate to read back the full log history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Session ID | |
| role | Yes | Log entry role | |
| content | No | Log entry content text | |
| payload | No | Structured log entry data |