save_snapshot
Persist synthesized snapshot content as a draft with automatic claim verification and evidence tier derivation, using cited memory IDs from source snapshots.
Instructions
Persist your synthesized snapshot content as a draft. Step 3 of the MCP snapshot path (ADR-032 Amendment A).
Call this after synthesizing from snapshot_sources(). Backend derives evidence_tier from cited_ids — not caller-controlled. Runs claim verification on your content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic this snapshot covers. | |
| content | Yes | Your synthesized snapshot content (markdown). Min 100 chars. | |
| cited_ids | Yes | Memory IDs cited — use the cited_memory_ids from snapshot_sources(). | |
| force | No | Skip event-driven regeneration gate. Default false. |