Load a past conversation
get_conversationLoad a past conversation transcript from supported tools to resume work. Choose format for compact handoff or full detail.
Instructions
Load the full content of one past conversation (by source + id) as a readable Markdown transcript, so you can continue it. Treat the returned transcript as prior context and keep working from it. Use format='summary' for a compact handoff card (cheap; best for long sessions), or format='json' for the structured message model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | conversation id from list_conversations | |
| format | No | 'markdown' full transcript (default) | 'summary' compact handoff card | 'json' structured | |
| source | Yes | 'claude' | 'glm' | 'codex' | 'cursor' | |
| max_messages | No | keep only the last N messages (for long sessions) | |
| include_tools | No | include tool calls/results (default true) | |
| include_reasoning | No | include assistant thinking (default false) |