my_sessions
List active AI sessions to resume interrupted work. Retrieves ongoing conversations with IDs, descriptions, and timestamps, helping you decide whether to continue previous tasks or start fresh.
Instructions
List all active sessions you can resume.
Call this at the start of every new conversation to check for
interrupted work. If sessions exist, use resume_session to
continue where you left off.
Use this when:
Starting any new conversation (first thing to call)
Checking what's in progress:
my_sessions()Deciding whether to start a new session or resume an existing one
Returns: A list of active sessions with IDs, descriptions, status, and last-updated timestamps. Returns an empty list if no active sessions. Completed sessions are not shown (they auto-expire after 48 hours).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |