save_conversation
Save a conversation or summary as a memento with attachments to inject context into future sessions. Supports global or repo scope, tags, and optional expiration.
Instructions
Saves a conversation or summary as a memento with attachments. Only use this on explicit user request. Requires init_memento or get_mementos first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | 2-4 keywords for contextual filtering. | |
| text | Yes | Short memento text to inject in future sessions. It should mention that attachments exist. | |
| scope | Yes | Storage scope: global or repo. | |
| expires | No | Expiration date (YYYY-MM-DD) or 'never'. Defaults to 'never'. | |
| summary | No | Narrative summary to store in summary.md. | |
| conversation | No | Full conversation content to store in conversation.md. |