session_list
List previously saved thinking sessions, filterable by status. Use to obtain session UUIDs for loading or summarizing past work.
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 |
|---|---|---|---|
| status | No | Filter by session status | |
| limit | No | Max sessions to return (default: 20) |