resume_session
Retrieve complete session context including progress, memories, and notes to resume previous work exactly where you left off.
Instructions
Resume a previous session and get full context to continue working.
Retrieves the session's description, progress, related memories, notes, and any sub-tasks — everything needed to continue where you left off.
Use this when:
Starting a new conversation and
my_sessionsshows active work:resume_session("s001")Returning to a task after a break
Checking progress on ongoing work
Always call my_sessions first to find the correct session_id.
Args:
session_id: The session identifier (e.g., "s001") from start_session
or my_sessions results.
Returns: Full session context including description, status, timestamps, related memories, notes, and progress. Returns an error if the session_id doesn't exist or has already been completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |