get_conversation
Retrieve a stored conversation by its ID to restore context from past sessions. Returns the full record from local JSON storage, with optional character limit to protect model context.
Instructions
Retrieve a stored conversation by an ID returned from a search tool.
The complete record is read from the authoritative JSON store. Content is
capped to protect the model context; increase max_chars when necessary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| conversation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |