chat_list_sessions
List all saved conversation sessions to resume prior work, clean up abandoned sessions, or audit token spend. Returns session metadata including ID, timestamps, token usage, and spec ownership. Read-only.
Instructions
List all saved conversation sessions.
Returns a list of session metadata: session_id, creation timestamp, last-activity timestamp, cumulative token usage, and whether the session currently owns a spec.
When to use: Resuming prior work, cleaning up abandoned sessions, or auditing session token spend.
Behavior: Pure disk read — no LLM, no network. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |