session_list
List active sessions with their age, message count, and last activity. Use these stats to pick the most relevant conversation to continue, avoiding duplicate starts.
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. |