get_snapshot
Retrieve an existing canonical snapshot for a topic into context. Avoid generating new state documents by fetching the current canonical version quickly.
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. |