session_list
List saved thinking sessions with UUID, name, status, timestamps, and counts. Filter by status to find active, complete, or archived sessions before loading or summarizing.
Instructions
List previously saved thinking sessions in the SQLite database. Read-only. Returns: session UUID, name, description, status (active/complete/archived), created/updated timestamps, thought count, branch count. Sorted by most recently updated first. Use to find a session UUID before calling session_load or session_summary. Filter by status to find specifically complete or archived work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max sessions to return (default: 20) | |
| status | No | Filter by session status |