snapshot_session
Preserve a thread's transcript and distilled project context as a resumable snapshot to checkpoint sessions or transfer work between agents.
Instructions
Save a resumable SNAPSHOT of a thread: its packed transcript plus a carry-forward block of the project's distilled decisions/gotchas/open TODOs. Use this to checkpoint a session before context is compacted, or to hand work off to another agent or tool. Returns the snapshot id to load later. Pass a threadId from search_threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional label for the snapshot; defaults to the thread title. | |
| thread_id | Yes | The thread id (from a search/recent result) to checkpoint. |