get_session_summary
Retrieve summaries of conversation sessions to recall previous discussions and work. Useful for catching up on what was covered in recent or specific sessions.
Instructions
Get summary of conversation session(s).
Use for:
- "What did we work on in the last session?"
- "Summarize our recent conversations"
Args:
session_id: Specific session ID, or None for recent
project_filter: Limit to specific project
count: Number of sessions to summarize
Returns:
Dict with session summaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| session_id | No | ||
| project_filter | No |