get_snapshot
Retrieve a saved canonical snapshot by topic or ID to load the current state document for a project, conversation, or glossary without regenerating it.
Instructions
Read an existing canonical snapshot into context. Fast — no LLM calls.
WHEN TO USE: When you need the current canonical state document for a topic (e.g. architecture, auth, glossary) without generating a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Topic to fetch canonical snapshot for. Either topic or snapshot_id required. | |
| snapshot_id | No | Specific snapshot UUID. Either topic or snapshot_id required. |