chat_list_sessions
View all saved conversation sessions to resume work, manage session data, or audit token usage. Returns session metadata including timestamps and token counts.
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 |