context_open
Start or resume a named memory session to preserve context across long tasks. Reuse a session ID to retrieve previously stored information.
Instructions
Start or resume a named memory session. Call this ONCE at the beginning of any task that will run long enough to risk losing earlier details, then reuse the same session_id for every later call. Returns what is already stored, so resuming a session after a restart tells you what you previously knew.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Human-readable label for this session | |
| session_id | No | Reuse an existing id to resume, or omit to have one generated |