list_recent_sessions
Retrieve the most recent session summaries to continue previous conversations or review recent topics and decisions.
Instructions
List the most recent session summaries, newest first.
Returns the rolling history of saved session summaries so you can pick up
where a previous conversation left off or review recent decisions and
topics. Each entry carries its summary, key topics, and decisions.
Complements search_session_memory (keyword search) and
save_session_summary (which writes these rows).
Args:
limit: Maximum number of summaries to return, most recent first
(default 20).
Returns:
A list of session-summary dicts (id, session_id, summary, key_topics,
decisions, created_at); a single-item list with an "error" key on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |