session_list
List active sessions with age, message count, and last activity to identify and continue the most relevant conversation, avoiding starting from scratch.
Instructions
List all active sessions with stats (age, message count, last activity). Use to continue the most relevant session instead of starting from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. | |
| success | Yes | Whether the tool call succeeded. |