session_summary
Generate a compressed summary of a saved session to retrieve key findings and conclusions without loading the full thought history. Adjustable length for token-efficient context retrieval.
Instructions
Generate a compressed text summary of a saved session for token-efficient context loading. Read-only. Returns: session metadata, key findings extracted from conclusions and tagged thoughts, branch results, and final conclusion. Use when you want context from a previous session without loading the full thought history. For full restoration use session_load instead. Default summary length is 2000 characters, adjustable via maxLength.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The session UUID to summarize | |
| maxLength | No | Target summary length in characters (default: 2000) |